Skip to content

Commit

Permalink
Merge #444
Browse files Browse the repository at this point in the history
444: Stop fuzz regression stage from running on PRs. r=dragostis a=dragostis

Fixes #443.

Co-authored-by: Dragoș Tiselice <[email protected]>
  • Loading branch information
bors[bot] and dragostis authored Feb 22, 2020
2 parents 5778b01 + 8a80600 commit d63ef10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
script: cargo tarpaulin --verbose --out Xml --ciserver travis-ci
after_success: bash <(curl -s https://codecov.io/bash)
- stage: Fuzz regression
if: branch = master AND type IN (push)
rust: nightly
dist: bionic
script:
Expand Down

0 comments on commit d63ef10

Please sign in to comment.