diff --git a/.travis.yml b/.travis.yml index 94ae2c3..71bf563 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,8 @@ after_success: | echo "" > target/doc/index.html && sudo pip install ghp-import && ghp-import -n target/doc && - git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages \ No newline at end of file + git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages +cache: cargo +before_cache: + # Travis can't cache files that are not readable by "others" + - chmod -R a+r $HOME/.cargo