summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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