Skip to content

Commit 6cc131a

Browse files
committed
travis: cache stage0
1 parent 1733a61 commit 6cc131a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,12 @@ notifications:
301301
cache:
302302
directories:
303303
- $HOME/docker
304+
- build/x86_64-unknown-linux-gnu/stage0
305+
- build/x86_64-unknown-linux-gnu/stage0-rustc
306+
- build/x86_64-unknown-linux-gnu/stage0-std
307+
- build/x86_64-unknown-linux-gnu/stage0-sysroot
308+
- build/x86_64-unknown-linux-gnu/stage0-test
309+
- build/x86_64-unknown-linux-gnu/stage0-tools
304310

305311
before_deploy:
306312
- mkdir -p deploy/$TRAVIS_COMMIT

0 commit comments

Comments
 (0)