From 8c393a15c98ccb971ef32d73086cfe3ecd38b3e0 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 1 Jun 2018 14:39:16 -0700 Subject: [PATCH] chore(ci): disable logs in CI tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15bbe672..141d7621 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ cache: script: - ./.travis/readme.py - cargo build $FEATURES - - 'if [ "$BUILD_ONLY" != "1" ]; then RUST_LOG=hyper cargo test $FEATURES -- --test-threads=1; fi' + - 'if [ "$BUILD_ONLY" != "1" ]; then cargo test $FEATURES -- --test-threads=1; fi' - 'if [ $TRAVIS_RUST_VERSION = nightly ]; then for f in ./benches/*.rs; do cargo test --bench $(basename $f .rs) $FEATURES; done; fi' addons: