Update .travis.yml

This commit is contained in:
Clement Tsang
2020-02-10 02:14:01 -05:00
committed by GitHub
parent f21c06f8ed
commit 54da3e581e
+1 -1
View File
@@ -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