Rewrite travis script to test with all features
This commit is contained in:
parent
b2377c3bc8
commit
7bc47d40f3
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue