Skip to content

Commit e8729dd

Browse files
Merge #429
429: add caching to travis r=jswrenn a=meltinglava This is so that the pipeline does not download and compile all the dependencies all the time. Its recompiles them when a new compiler is used. Co-authored-by: Meltinglava <[email protected]>
2 parents b3fd4e8 + a27f865 commit e8729dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ matrix:
66
- rust: stable
77
- rust: beta
88
- rust: nightly
9+
cache: cargo # https://docs.travis-ci.com/user/languages/rust/#dependency-management
910
branches:
1011
only:
1112
- master

0 commit comments

Comments
 (0)