diff options
author | khai96_ <hvksmr1996@gmail.com> | 2019-05-02 13:30:44 +0000 |
---|---|---|
committer | khai96_ <hvksmr1996@gmail.com> | 2019-05-02 13:30:44 +0000 |
commit | 19a2daa5e04ce8c835195fb2441276b26165b1b7 (patch) | |
tree | abe750683bde3b7ed918bd6fbaf7d36a15073fce | |
parent | Merge branch 'clippy' into new-clippy (diff) | |
download | miniserve-19a2daa5e04ce8c835195fb2441276b26165b1b7.tar.gz miniserve-19a2daa5e04ce8c835195fb2441276b26165b1b7.zip |
Ignore nightly Clippy and enforce stable Clippy
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b6a4b5e..39845cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ matrix: allow_failures: - rust: stable - rust: beta + - rust: nightly + env: CLIPPY=true include: - rust: stable - rust: beta @@ -43,6 +45,9 @@ matrix: - rust: nightly env: - CLIPPY=true + - rust: stable + env: + - CLIPPY=true before_install: - rustup self update |