mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-13 07:57:15 +00:00
Update .travis.yml
This commit is contained in:
parent
f21c06f8ed
commit
54da3e581e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ before_script:
|
|||
- rustup target add $TARGET
|
||||
- rustup component add clippy
|
||||
script:
|
||||
- cargo clippy -- -D warnings
|
||||
- cargo clippy
|
||||
- cargo build --verbose --target $TARGET
|
||||
- cargo test --verbose --target $TARGET
|
||||
|
||||
|
|
Loading…
Reference in a new issue