mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
do not cache cargo registry and target dir on travis
This commit is contained in:
parent
e19f62ac9c
commit
3457ba1440
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ matrix:
|
|||
before_cache:
|
||||
- ./mach clean-nightlies --keep 2 --force
|
||||
- ./mach clean-cargo-cache --keep 2 --force
|
||||
- rm -rf $HOME/.cargo/registry
|
||||
- rm -rf $HOME/.servo/target
|
||||
env:
|
||||
CC=gcc-6
|
||||
CXX=g++-6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue