diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-07-30 00:02:32 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-07-30 00:02:32 +0100 |
commit | 959cd92045378442f022859ec019a448fd759713 (patch) | |
tree | 2d704be860b19f3a4bd469dba9c67cc22ec3dffd /.travis.yml | |
parent | 13c6a5c4b02d6436e4197c3ca93a8a5c3112a967 (diff) | |
parent | 7e0a84c36f57def4ef2096f450160dff9f1d74e8 (diff) |
Merge #55
55: Add Clippy to CI r=matklad a=phansch
Fixes #19
Co-authored-by: Philipp Hansch <[email protected]>
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: |