summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d7ded8e..e02add9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,8 +21,8 @@ matrix:
- rust: nightly
script:
-- |
- cargo build --all --features with-filters --verbose -j 1 && cargo test --all --features with-filters --verbose -j 1
+ - cargo build --all --all-features --verbose -j 1
+ - cargo test --all --all-features --verbose -j 1
cache:
cargo: true