diff options
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e639318..d7a672c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ script: cache: cargo matrix: include: - - rust: nightly-2018-04-03 + - rust: nightly-2018-06-29 env: - - CLIPPY_VERSION=0.0.191 + - CLIPPY_VERSION=0.0.211 before_script: - rustup component add rustfmt-preview - cargo install clippy --version $CLIPPY_VERSION || echo "clippy already installed" |