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
  • Loading branch information
asomers committed Jul 11, 2019
1 parent 5d19d4b commit a6a2221
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 @@ -98,7 +98,7 @@ matrix:
- rust: nightly
script:
- cargo update -Zminimal-versions
- cargo build
- cargo check

before_install: set -e

Expand Down

0 comments on commit a6a2221

Please sign in to comment.