Get rid of verbosity for test

This commit is contained in:
Brian Grinstead 2017-04-13 13:28:32 -07:00
parent a6d5dd0acf
commit 53e8cb1197

View file

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