Get rid of verbosity for test
This commit is contained in:
parent
a6d5dd0acf
commit
53e8cb1197
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue