Skip to content

Commit

Permalink
Merge #485
Browse files Browse the repository at this point in the history
485: Don't cache travis CI. r=jswrenn a=jswrenn

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 altogether.

Co-authored-by: Jack Wrenn <me@jswrenn.com>
  • Loading branch information
bors[bot] and jswrenn committed Sep 28, 2020
2 parents 56dfb01 + 6028640 commit 0e9e080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,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
Expand Down

0 comments on commit 0e9e080

Please sign in to comment.