Skip to content

Commit

Permalink
Do "cargo check" instead of "cargo build" for the MSRV check
Browse files Browse the repository at this point in the history
check is faster than build.
  • Loading branch information
asomers committed Jul 13, 2019
1 parent c156af5 commit 43df789
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 @@ -94,7 +94,7 @@ matrix:
- rust: nightly
script:
- cargo update -Zminimal-versions
- cargo build
- cargo check

before_install: set -e

Expand Down

0 comments on commit 43df789

Please sign in to comment.