1 2 3 4 5 6 7 8 9 10 11 12
language: rust rust: - stable cache: - cargo script: - RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --all matrix: fast_finish: true os: - linux - osx