Travis: run Clippy :)
This commit is contained in:
parent
202cc8decf
commit
a3908faf24
1 changed files with 8 additions and 2 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,6 +1,12 @@
|
|||
language: rust
|
||||
rust: nightly
|
||||
sudo: false
|
||||
|
||||
before_script:
|
||||
- cargo install clippy
|
||||
|
||||
script:
|
||||
- ( cd maud && cargo test --all-features --verbose )
|
||||
- ( cd maud_macros && cargo test --all-features --verbose )
|
||||
- ( cd maud && cargo test --all-features )
|
||||
- ( cd maud && cargo clippy -- -D warnings )
|
||||
- ( cd maud_macros && cargo test --all-features )
|
||||
- ( cd maud_macros && cargo clippy -- -D warnings )
|
||||
|
|
Loading…
Add table
Reference in a new issue