Skip to content

Commit

Permalink
Merge pull request wraithan#21 from wraithan/wraithan/ci-fmt-clippy
Browse files Browse the repository at this point in the history
fmt, clippy, and release build in travis
  • Loading branch information
wraithan authored Jun 16, 2019
2 parents 63d4f8a + c78c45e commit b4dde7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ rust:
- stable
- beta
- nightly
before_script:
- 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
- cargo fmt --all -- --check
- cargo clippy
- cargo build --release

0 comments on commit b4dde7e

Please sign in to comment.