diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
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 | ||
12 | branches: | 17 | branches: |
13 | only: | 18 | only: |