From b5b4c696f8af801817642218bccbe2c519c6b303 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 28 Jun 2019 18:33:39 -0700 Subject: [PATCH] Stop caching for a working Travis CI. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0858672..7d74304d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: rust sudo: required # so we get a VM with higher specs dist: trusty # so we get a VM with higher specs -cache: cargo +cache: false env: - TEST_FLAGS= - TEST_FLAGS=--release