Skip to content

Commit

Permalink
Don't cache travis CI.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jswrenn committed Sep 28, 2020
1 parent c48da7b commit 6028640
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6028640

Please sign in to comment.