Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
💚 updating fmt and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Aug 10, 2018
1 parent 4e3c736 commit 9d547d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ matrix:
install:
- rustup component add rustfmt-preview
script:
- cargo fmt -- --write-mode=diff
- cargo fmt -- --check
- rust: nightly
env: CLIPPY
install:
- cargo install cargo-update || echo "cargo-update already installed"
- cargo install clippy || echo "cargo-clippy already installed"
- cargo install-update -a # update outdated cached binaries
- rustup component add clippy-preview
script:
- cargo clippy -- -D clippy
- rust: stable
Expand Down

0 comments on commit 9d547d2

Please sign in to comment.