aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilipp Hansch <[email protected]>2018-07-29 14:41:54 +0100
committerPhilipp Hansch <[email protected]>2018-07-29 14:41:54 +0100
commit7e0a84c36f57def4ef2096f450160dff9f1d74e8 (patch)
tree2d704be860b19f3a4bd469dba9c67cc22ec3dffd /.travis.yml
parent13c6a5c4b02d6436e4197c3ca93a8a5c3112a967 (diff)
Add Clippy to CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 866d9138f..425494e15 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,11 @@ matrix:
8 script: 8 script:
9 - cargo fmt --all -- --write-mode=diff 9 - cargo fmt --all -- --write-mode=diff
10 - cargo test 10 - cargo test
11 - rust: nightly
12 before_script:
13 - rustup component add clippy-preview
14 script:
15 - cargo clippy
11 16
12branches: 17branches:
13 only: 18 only: