Skip to content

Commit a4f4553

Browse files
committed
chore(ci): enable logs in ci tests again...
1 parent 604ebfb commit a4f4553

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
@@ -18,7 +18,7 @@ cache:
1818
script:
1919
- ./.travis/readme.py
2020
- cargo build $FEATURES
21-
- 'if [ "$BUILD_ONLY" != "1" ]; then cargo test $FEATURES; fi'
21+
- 'if [ "$BUILD_ONLY" != "1" ]; then RUST_LOG=hyper cargo test $FEATURES; fi'
2222
- 'if [ $TRAVIS_RUST_VERSION = nightly ]; then for f in ./benches/*.rs; do cargo test --bench $(basename $f .rs) $FEATURES; done; fi'
2323

2424
addons:

0 commit comments

Comments
 (0)