Skip to content

Commit

Permalink
Merge pull request #14 from lucab/ups/travis-bump-clippy
Browse files Browse the repository at this point in the history
travis: update linting toolchain
  • Loading branch information
lucab authored Mar 1, 2021
2 parents dcf5314 + 9162d5a commit 30847b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
rust:
- 1.37.0 # pinned toolchain for clippy
- 1.50.0 # pinned toolchain for clippy
- 1.35.0 # minimum supported toolchain
- stable
- beta
Expand All @@ -12,7 +12,7 @@ matrix:

env:
global:
- CLIPPY_RUST_VERSION=1.37.0
- CLIPPY_RUST_VERSION=1.50.0

before_script:
- bash -c 'if [[ "$TRAVIS_RUST_VERSION" == "$CLIPPY_RUST_VERSION" ]]; then
Expand Down

0 comments on commit 30847b3

Please sign in to comment.