From 5fd920b4d6a7bf089dd1a2030963c68838b69307 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 27 Sep 2017 20:52:52 +0200 Subject: Fix compile-flag for testing with filters feature --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2fd900..d7ded8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: script: - | - cargo build --all --features filters --verbose -j 1 && cargo test --all --features filters --verbose -j 1 + cargo build --all --features with-filters --verbose -j 1 && cargo test --all --features with-filters --verbose -j 1 cache: cargo: true -- cgit v1.2.3