Disable cache in Travis CI
It seems to slow down the build considerably.
This commit is contained in:
parent
ece4b1fbb2
commit
9b65481faf
@ -7,7 +7,6 @@ matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
fast_finish: true
|
||||
cache: cargo
|
||||
before_install:
|
||||
- |
|
||||
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user