From 53f4c9dca1974f864e03b47d2c162dbd85d8db5b Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 5 Jun 2018 11:41:17 -0700 Subject: [PATCH] chore(ci): skip building tests on minimum Rust version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 141d7621..5d40fcfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ matrix: - rust: stable env: FEATURES="--no-default-features" - rust: 1.21.0 - env: FEATURES="--no-default-features --features runtime" + env: FEATURES="--no-default-features --features runtime" BUILD_ONLY="1" cache: apt: true