summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-07-11 11:47:01 -0600
committerAlan Somers <asomers@gmail.com>2019-07-13 15:05:38 -0600
commit43df789bda3aba17ad1a0405e506a376c94bd73c (patch)
treea5bde93ffd325b3e12471a1ef399e18cab556e37
parentc156af5a90e89291d4c540610549c3132d884661 (diff)
downloadnix-43df789bda3aba17ad1a0405e506a376c94bd73c.zip
Do "cargo check" instead of "cargo build" for the MSRV check
check is faster than build.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 917105e6..664905a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -94,7 +94,7 @@ matrix:
- rust: nightly
script:
- cargo update -Zminimal-versions
- - cargo build
+ - cargo check
before_install: set -e