aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d7a672c..b223b97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,11 +7,9 @@ script:
cache: cargo
matrix:
include:
- - rust: nightly-2018-06-29
- env:
- - CLIPPY_VERSION=0.0.211
+ - rust: nightly-2018-07-17
before_script:
- rustup component add rustfmt-preview
- - cargo install clippy --version $CLIPPY_VERSION || echo "clippy already installed"
+ - rustup component add clippy-preview
script:
- cargo test --all-features