Skip to content

Commit

Permalink
Test optional dependencies on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tormol authored and Thomas Bahn committed Aug 21, 2019
1 parent 8db4597 commit 509c167
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ before_script:
script:
- |
travis-cargo build &&
travis-cargo test -- --no-default-features &&
travis-cargo test &&
travis-cargo build -- --no-default-features &&
travis-cargo test -- --no-default-features
travis-cargo test -- --all-features &&
rm Cargo.lock &&
# no version of quickcheck compiles with -Z minimal-versions, but serde does
travis-cargo --only nightly build -- -Z minimal-versions --features 'serde serde-test'
after_success:
- |
Expand Down

0 comments on commit 509c167

Please sign in to comment.