Skip to content

Commit

Permalink
Merge pull request #3 from hails/travis-cargo-check
Browse files Browse the repository at this point in the history
travisci: use cargo check instead of cargo build
  • Loading branch information
hails authored May 21, 2019
2 parents c88e467 + 2c7339a commit bb5bcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ script:
- cargo fmt --all -- --check &&
cargo clippy -- -D warnings &&
cargo test --verbose &&
cargo build --verbose
cargo check --verbose

cache: cargo

0 comments on commit bb5bcb1

Please sign in to comment.