Skip to content
Snippets Groups Projects
Commit 6d04705a authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

ci: cache the ~/.xargo directory

parent 63a6db39
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,11 @@ script:
after_script: set +e
cache: cargo
cache:
cargo: true
directories:
- $HOME/.xargo
before_cache:
# Travis can't cache files that are not readable by "others"
- chmod -R a+r $HOME/.cargo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment