Skip to content

Commit 8c393a1

Browse files
committed
chore(ci): disable logs in CI tests
1 parent 5e37272 commit 8c393a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cache:
2121
script:
2222
- ./.travis/readme.py
2323
- cargo build $FEATURES
24-
- 'if [ "$BUILD_ONLY" != "1" ]; then RUST_LOG=hyper cargo test $FEATURES -- --test-threads=1; fi'
24+
- 'if [ "$BUILD_ONLY" != "1" ]; then cargo test $FEATURES -- --test-threads=1; fi'
2525
- 'if [ $TRAVIS_RUST_VERSION = nightly ]; then for f in ./benches/*.rs; do cargo test --bench $(basename $f .rs) $FEATURES; done; fi'
2626

2727
addons:

0 commit comments

Comments
 (0)