Skip to content

Commit

Permalink
Merge pull request #1 from lbeder/fix-travis-yml
Browse files Browse the repository at this point in the history
Fix .travis.yml
  • Loading branch information
lbeder authored Feb 22, 2019
2 parents 7216b90 + 6543b8d commit 5dbb66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ rust:
- stable
- nightly
cache: cargo
before_script:
- rustup component add clippy
before_script:
- rustup component add clippy
script:
- cargo clippy --all-targets --all-features -- -D warnings
- cargo test --release

0 comments on commit 5dbb66c

Please sign in to comment.