fix broken .travis.yml

This commit is contained in:
kyren 2018-10-13 17:51:44 -04:00
parent f02444e5a7
commit 0c1e5c7c5d
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ matrix:
include:
- rust: stable
script:
cargo fmt --all -- --check
cargo test --all --verbose
- cargo fmt --all -- --check
- cargo test --all --verbose
- rust: beta
cargo test --all --verbose
script: cargo test --all --verbose
- rust: nightly
script: cargo test --all --verbose --features compiletest_rs
allow_failures: