summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-11-19 15:45:52 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-11-19 15:51:28 +0100
commit0b0a28c06022faffb5aa1ff5b2173e7a05fa2255 (patch)
treedc3400cdfaa00a0fd0bfe2c61ec4781ceb344d10
parent495ad2a944e16860f746cafd3569e9e4208279d0 (diff)
Rewrite travis script to improve readability
-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