Disable build caching in Travis.

This might or might not fix a build failure that I cannot reproduce locally
This commit is contained in:
Magnus Hoff 2018-05-14 08:19:16 +02:00
parent 81cda3bc35
commit 4a8800a7c4

View file

@ -30,10 +30,6 @@ deploy:
branch: master
rust: stable
cache: cargo
before_cache:
- chmod -R a+r $HOME/.cargo
branches:
except:
- "/^untagged-/"