chore(ci): enable logs in ci tests again...

This commit is contained in:
Sean McArthur
2018-04-25 17:04:44 -07:00
parent 604ebfbf6f
commit a4f4553487

View File

@@ -18,7 +18,7 @@ cache:
script:
- ./.travis/readme.py
- cargo build $FEATURES
- 'if [ "$BUILD_ONLY" != "1" ]; then cargo test $FEATURES; fi'
- 'if [ "$BUILD_ONLY" != "1" ]; then RUST_LOG=hyper cargo test $FEATURES; fi'
- 'if [ $TRAVIS_RUST_VERSION = nightly ]; then for f in ./benches/*.rs; do cargo test --bench $(basename $f .rs) $FEATURES; done; fi'
addons: