Skip to content

Commit

Permalink
ci: bump clippy toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Apr 16, 2020
1 parent c2d5459 commit 63b52ba
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
Expand Up @@ -2,7 +2,7 @@ language: rust

rust:
- 1.34.0 # minimum supported toolchain
- 1.38.0 # pinned toolchain for clippy
- 1.42.0 # pinned toolchain for clippy
- stable
- beta
- nightly
Expand All @@ -13,7 +13,7 @@ matrix:

env:
global:
- CLIPPY_RUST_VERSION=1.38.0
- CLIPPY_RUST_VERSION=1.42.0

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

0 comments on commit 63b52ba

Please sign in to comment.