Disable cache in Travis CI

It seems to slow down the build considerably.
This commit is contained in:
Héctor Ramón Jiménez 2019-09-16 14:30:53 +02:00
parent ece4b1fbb2
commit 9b65481faf

View File

@ -7,7 +7,6 @@ matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo
before_install:
- |
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then