Skip to content

Commit

Permalink
Fuzzing wrong targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Oct 13, 2019
1 parent e6c8f49 commit 97bd569
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 @@ -14,11 +14,11 @@ addons:
matrix:
include:
- rust: 1.20.0
env: DO_FUZZ=true
- rust: nightly
- rust: beta
env: DO_FUZZ=true
- rust: stable
env: DO_FUZZ=true
script: |
cargo build --verbose &&
cargo test --verbose &&
Expand Down

0 comments on commit 97bd569

Please sign in to comment.