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
|
branch: master
|
||||||
rust: stable
|
rust: stable
|
||||||
|
|
||||||
|
cache: cargo
|
||||||
|
before_cache:
|
||||||
|
- chmod -R a+r $HOME/.cargo
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- "/^untagged-/"
|
- "/^untagged-/"
|
||||||
|
|
Loading…
Reference in a new issue