Disable build caching in Travis.
This might or might not fix a build failure that I cannot reproduce locally
This commit is contained in:
parent
81cda3bc35
commit
4a8800a7c4
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@ deploy:
|
|||
branch: master
|
||||
rust: stable
|
||||
|
||||
cache: cargo
|
||||
before_cache:
|
||||
- chmod -R a+r $HOME/.cargo
|
||||
|
||||
branches:
|
||||
except:
|
||||
- "/^untagged-/"
|
||||
|
|
Loading…
Reference in a new issue