Skip to content

Commit

Permalink
Merge pull request #1623 from mulkieran/master-beta
Browse files Browse the repository at this point in the history
Make beta task clippy rather than test-travis
  • Loading branch information
mulkieran authored Aug 27, 2019
2 parents bb4f666 + 3a1a0b5 commit 60c5a04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@ matrix:
env: TASK=fmt-travis

# ALLOWED FAILURES
# Run destructive tests on rust beta, in order to be good Rustaceans
# Run clippy on rust beta, in order to be good Rustaceans
- rust: beta
env: TASK=test-travis
sudo: required
before_script:
- rustup component add clippy
env: TASK=clippy
branches:
only: master

Expand Down

0 comments on commit 60c5a04

Please sign in to comment.