Avoid storing build cache in travis,

it costs more than we gain
This commit is contained in:
Magnus Hovland Hoff 2018-09-24 18:30:17 +02:00
parent 62378007b1
commit 0439ca0d8e

View file

@ -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-/"