From 9a5075910d6b513f0a100ab7d754fd9345e0208c Mon Sep 17 00:00:00 2001 From: Will Usher Date: Tue, 13 Aug 2019 08:24:46 -0600 Subject: [PATCH] Run CI with log as well --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 70edc4d..3857118 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ before_script: - rustup component add clippy script: - travis-cargo build + - travis-cargo build --features log - travis-cargo test - travis-cargo bench - travis-cargo doc