1 2 3 4 5 6 7 8 9 10
language: rust rust: - nightly cache: cargo os: - linux - osx script: - cargo test --release - cargo bench