Skip to content

Commit

Permalink
Enable clippy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Oct 13, 2019
1 parent b3394d3 commit 9dd3cad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ rust:
install:
- nvm install 9
- rustup component add rustfmt
- rustup component add clippy
- rustup target add wasm32-unknown-unknown
- cargo install cargo-update || true
- cargo install-update-config --version =0.2.50 wasm-bindgen-cli
Expand All @@ -38,4 +39,5 @@ install:

script:
- cargo fmt --all -- --check
- cargo clippy -- --deny=warnings
- CHROMEDRIVER=$(pwd)/chromedriver ./ci/run_tests.sh

0 comments on commit 9dd3cad

Please sign in to comment.