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
|
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