Skip to content

Commit

Permalink
Split travis job into 2 small job
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamaguchi committed Jul 1, 2020
1 parent 40e1c02 commit 4826816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ addons:
matrix:
include:
- rust: stable
env: DO_FUZZ=true DO_COV=true AS_DEPENDENCY=true
env: DO_COV=true AS_DEPENDENCY=true
- rust: stable
env: DO_FUZZ=true AS_DEPENDENCY=true
- rust: beta
env: AS_DEPENDENCY=true
- rust: nightly
Expand Down

0 comments on commit 4826816

Please sign in to comment.