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:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
cache: cargo
|
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
|
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user