Skip to content

Commit

Permalink
Update Travis script to use the stable version of rustfmt and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bltavares committed Feb 7, 2020
1 parent b15288e commit 5ce6586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: rust
rust:
- nightly
- stable

before_script: |
rustup component add rustfmt-preview &&
rustup component add clippy-preview
rustup component add rustfmt &&
rustup component add clippy
script: |
cargo fmt -- --check &&
cargo clippy -- -D clippy::all &&
Expand Down

0 comments on commit 5ce6586

Please sign in to comment.