From b79f8d32b50c1d9dcf9ebe458b215282a8c828e8 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 21 Feb 2018 13:45:54 -0800 Subject: [PATCH] chore(ci): don't build docs on rust 1.18 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 336ebe1d..d951c8a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ matrix: - rust: stable env: FEATURES="--features compat" - rust: 1.18.0 + env: BUILD_ONLY=1 cache: apt: true