Skip to content

Commit

Permalink
iEnsure travis runs tests for all sub crates
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleybeddoes committed Jan 9, 2018
1 parent 94ef586 commit b379e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
before_script:
- cargo install cargo-travis -f
script:
- cargo test --features ci
- cargo test --all --features ci
after_success:
- cargo coveralls
matrix:
Expand Down

0 comments on commit b379e99

Please sign in to comment.