Rewrite travis script to test with all features

This commit is contained in:
Matthias Beyer 2017-11-18 12:26:57 +01:00
parent b2377c3bc8
commit 7bc47d40f3

View file

@ -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: