From 43df789bda3aba17ad1a0405e506a376c94bd73c Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 11 Jul 2019 11:47:01 -0600 Subject: [PATCH] Do "cargo check" instead of "cargo build" for the MSRV check check is faster than build. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 917105e6a7..664905a29a 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