Revert "Disable build caching in Travis."
This reverts commit 4a8800a7c4
.
It did not help with the failure on Travis.
This commit is contained in:
parent
4a8800a7c4
commit
995737ff44
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ deploy:
|
|||
branch: master
|
||||
rust: stable
|
||||
|
||||
cache: cargo
|
||||
before_cache:
|
||||
- chmod -R a+r $HOME/.cargo
|
||||
|
||||
branches:
|
||||
except:
|
||||
- "/^untagged-/"
|
||||
|
|
Loading…
Reference in a new issue