Avoid storing build cache in travis,
it costs more than we gain
This commit is contained in:
parent
62378007b1
commit
0439ca0d8e
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