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
|
cargo: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- cargo build --all --all-features --verbose -j 1
|
||||||
cargo build --all --verbose -j 1 && cargo test --all --verbose -j 1
|
- cargo test --all --all-features --verbose -j 1
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in a new issue