From ba211d419e78cd9148803868096d98a1de38cce3 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 26 Sep 2017 18:09:18 +0200 Subject: Add script to also include filters in the test --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3