summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-11-18 12:26:57 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-11-18 12:26:57 +0100
commit7bc47d40f3aff58785071f39f95cf9000bb2308c (patch)
tree7c65383c8c163d06d10c8d2bfc7ab2a00875d1bd /.travis.yml
parentb2377c3bc87bef681a85c1c0be1c286b065c389a (diff)
Rewrite travis script to test with all features
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 ecf9e7bc..9321d8a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,8 +22,8 @@ cache:
cargo: true
script:
-- |
- cargo build --all --verbose -j 1 && cargo test --all --verbose -j 1
+ - cargo build --all --all-features --verbose -j 1
+ - cargo test --all --all-features --verbose -j 1
notifications:
email: