diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-07-18 13:56:20 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-07-18 13:56:20 +0100 |
commit | c7fa0dcae424b58892ba59e40c6c813a372618e1 (patch) | |
tree | 640e61c62eef27b96c8501abfa078a671c24659c /.travis.yml | |
parent | 8be198581864eab72582b0f76c7a1adf72d618af (diff) | |
download | askama-c7fa0dcae424b58892ba59e40c6c813a372618e1.tar.gz askama-c7fa0dcae424b58892ba59e40c6c813a372618e1.tar.bz2 askama-c7fa0dcae424b58892ba59e40c6c813a372618e1.zip |
Update nightly snapshot, use clippy component
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 6 |
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 |