Skip to content

Commit

Permalink
Merge pull request #29 from crate-ci/style-stability
Browse files Browse the repository at this point in the history
Don't run rustfmt/clippy on nightly
  • Loading branch information
jonhoo authored Jul 15, 2019
2 parents 9dbb252 + 7ae39db commit 93c945c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions azure/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ jobs:
name: rustfmt_beta
rust: beta
allow_fail: true
- template: rustfmt.yml
parameters:
name: rustfmt_nightly
rust: nightly
allow_fail: true
- template: cargo-clippy.yml
parameters:
name: clippy
Expand All @@ -20,8 +15,3 @@ jobs:
name: clippy_beta
rust: beta
allow_fail: true
- template: cargo-clippy.yml
parameters:
name: clippy_nightly
rust: nightly
allow_fail: true

0 comments on commit 93c945c

Please sign in to comment.