Skip to content

Commit 6028640

Browse files
committed
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.
1 parent c48da7b commit 6028640

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ matrix:
2828
cargo build --verbose --features "$FEATURES" &&
2929
cargo test --verbose --features "$FEATURES" &&
3030
cargo bench --no-run --verbose --features "$FEATURES"
31-
cache: cargo # https://docs.travis-ci.com/user/languages/rust/#dependency-management
3231
branches:
3332
only:
3433
- master

0 commit comments

Comments
 (0)