Disable cache in Travis CI
It seems to slow down the build considerably.
This commit is contained in:
parent
ece4b1fbb2
commit
9b65481faf
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ matrix:
|
|||
allow_failures:
|
||||
- rust: nightly
|
||||
fast_finish: true
|
||||
cache: cargo
|
||||
before_install:
|
||||
- |
|
||||
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue