aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
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