Test without verbosity on build
This commit is contained in:
parent
e877b0dd7e
commit
930cfcc8a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue