summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-26 18:09:18 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-26 18:09:18 +0200
commitba211d419e78cd9148803868096d98a1de38cce3 (patch)
tree060936361c79902d97760ab47fd86a77b5457155 /.travis.yml
parent7f919334902d8c8d0064a8c1792ad1629555952a (diff)
Add script to also include filters in the test
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ebffdf5..d2fd900 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,10 @@ matrix:
allow_failures:
- rust: nightly
+script:
+- |
+ cargo build --all --features filters --verbose -j 1 && cargo test --all --features filters --verbose -j 1
+
cache:
cargo: true