Skip to content

Commit

Permalink
Update travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup committed Nov 6, 2018
1 parent cd8f1d5 commit 33a01f3
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: rust
rust:
- nightly

before_script: |
rustup component add rustfmt-preview &&
cargo install clippy -f
script: |
cargo fmt -- --check &&
cargo clippy -- -D clippy &&
cargo build --verbose &&
cargo test --verbose
before_script:
- rustup component add rustfmt-preview
- rustup component add clippy-preview
script:
- cargo fmt --all -- --check
- cargo clippy --all -- -D warnings
- cargo test --all --verbose
cache: cargo

0 comments on commit 33a01f3

Please sign in to comment.