Skip to content

Commit 0e9e080

Browse files
bors[bot]jswrenn
andauthored
Merge #485
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 <[email protected]>
2 parents 56dfb01 + 6028640 commit 0e9e080

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
@@ -24,7 +24,6 @@ matrix:
2424
cargo build --verbose --features "$FEATURES" &&
2525
cargo test --verbose --features "$FEATURES" &&
2626
cargo bench --no-run --verbose --features "$FEATURES"
27-
cache: cargo # https://docs.travis-ci.com/user/languages/rust/#dependency-management
2827
branches:
2928
only:
3029
- master

0 commit comments

Comments
 (0)