summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2b6192d7..2dd8a4f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,5 +29,5 @@ matrix:
- rust: nightly
script:
- - if [ -n "$CLIPPY" ]; then cargo clippy; fi
+ - if [ -n "$CLIPPY" ]; then cargo clippy --all-features --all-targets; fi
- if [ -z "$CLIPPY" ]; then cargo test; fi