Skip to content

Commit

Permalink
travis: update linting toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Mar 1, 2021
1 parent dcf5314 commit 9162d5a
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 9162d5a

Please sign in to comment.