From 60286406074b3cc0a0d3cc97049f9b93411170a1 Mon Sep 17 00:00:00 2001 From: Jack Wrenn Date: Mon, 28 Sep 2020 13:36:03 -0400 Subject: [PATCH] Don't cache travis CI. Reverts #429. The CI is hanging at setting up the cache. A proper solution would be nice, but in the meantime, we'll just disable caching. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9307fe2cc..1d3f4fefe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,6 @@ matrix: cargo build --verbose --features "$FEATURES" && cargo test --verbose --features "$FEATURES" && cargo bench --no-run --verbose --features "$FEATURES" -cache: cargo # https://docs.travis-ci.com/user/languages/rust/#dependency-management branches: only: - master