Skip to content

Commit

Permalink
WIP: Add Travis matrix for all-features
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmallon committed Oct 18, 2019
1 parent 30afc47 commit 505873e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ rust:
- nightly
- beta
- stable
env:
- CARGO_EXTRA_ARGS="--all-features"
- CARGO_EXTRA_ARGS=""

before_cache: |
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
Expand All @@ -18,8 +21,8 @@ before_cache: |
script:
- cargo clean
- cargo build
- cargo test
- cargo build $CARGO_EXTRA_ARGS
- cargo test $CARGO_EXTRA_ARGS


after_success: |
Expand Down

0 comments on commit 505873e

Please sign in to comment.