diff options
author | khai96_ <hvksmr1996@gmail.com> | 2019-05-02 15:39:52 +0000 |
---|---|---|
committer | khai96_ <hvksmr1996@gmail.com> | 2019-05-02 15:39:52 +0000 |
commit | b6c00c208cb740ab9e29cf043c970824a4326a15 (patch) | |
tree | e14b9571d074df995b94c88a33e0fd60d344d829 | |
parent | Set env vars to same type (array) (diff) | |
download | miniserve-b6c00c208cb740ab9e29cf043c970824a4326a15.tar.gz miniserve-b6c00c208cb740ab9e29cf043c970824a4326a15.zip |
Use Clippy on a pinned Nightly version
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index e63e51a..b436fb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,6 @@ matrix: env: [] - rust: beta env: [] - - rust: nightly - env: - - CLIPPY=true include: - rust: stable env: [] @@ -50,10 +47,7 @@ matrix: - BIN_NAME=miniserve - PROPER_NAME=miniserve-osx-x86_64 os: osx - - rust: nightly - env: - - CLIPPY=true - - rust: stable + - rust: nightly-2019-04-26 env: - CLIPPY=true |