Test without verbosity on build

This commit is contained in:
Brian Grinstead 2017-04-13 13:17:36 -07:00
parent e877b0dd7e
commit 930cfcc8a6

View file

@ -3,7 +3,7 @@ rust:
- stable
- nightly-2017-04-11 # workaround until https://github.com/rust-lang-nursery/rustup.rs/issues/1062 is resolved
script:
- cargo build --verbose
- cargo build
- cargo test --verbose --all
after_success:
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then