Revert "Disable build caching in Travis."

This reverts commit 4a8800a7c4.

It did not help with the failure on Travis.
This commit is contained in:
Magnus Hoff 2018-05-21 13:47:19 +02:00
parent 4a8800a7c4
commit 995737ff44

View file

@ -30,6 +30,10 @@ 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-/"