Skip to content

Commit

Permalink
travisci: use cargo check instead of cargo build
Browse files Browse the repository at this point in the history
We're not releasing anything yet so there's no need to generate a build artifact
  • Loading branch information
hails authored May 21, 2019
1 parent c88e467 commit 2c7339a
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 2c7339a

Please sign in to comment.