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: include:
- rust: stable - rust: stable
script: script:
cargo fmt --all -- --check - cargo fmt --all -- --check
cargo test --all --verbose - cargo test --all --verbose
- rust: beta - rust: beta
cargo test --all --verbose script: cargo test --all --verbose
- rust: nightly - rust: nightly
script: cargo test --all --verbose --features compiletest_rs script: cargo test --all --verbose --features compiletest_rs
allow_failures: allow_failures: