summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-27 20:52:52 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-27 20:52:55 +0200
commit5fd920b4d6a7bf089dd1a2030963c68838b69307 (patch)
tree13a1540f2abb088a61a86c98daa7653612509e26 /.travis.yml
parent5fed7376f530d5c2fcbb7e3dd4fe59533bf4860b (diff)
Fix compile-flag for testing with filters feature
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