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