From 9b65481fafce286011a8a0edd6c75888857e3edf Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 16 Sep 2019 14:30:53 +0200 Subject: Disable cache in Travis CI It seems to slow down the build considerably. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4513cec5..7d6826df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ matrix: allow_failures: - rust: nightly fast_finish: true -cache: cargo before_install: - | if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then -- cgit