Skip to content

Commit

Permalink
clippy build fallback for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithan committed Jun 16, 2019
1 parent cf62253 commit c78c45e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ rust:
- beta
- nightly
before_script:
- rustup component add rustfmt clippy
- rustup component add rustfmt
- rustup component add clippy || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
script:
- cargo build
- cargo test
Expand Down

0 comments on commit c78c45e

Please sign in to comment.