Skip to content

Commit

Permalink
Add clippy stage to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp authored and c0gent committed Jul 10, 2019
1 parent 2b75521 commit f5ff78e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ addons:
- intel-opencl
- ocl-icd-opencl-dev

script:
- cargo build --verbose
- cargo doc
matrix:
include:
- os: linux
script:
- cargo build --verbose
- cargo doc

- os: linux
rust: stable
name: clippy
install:
- rustup component add clippy
script:
- cargo clippy --verbose

0 comments on commit f5ff78e

Please sign in to comment.