summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-16 14:30:53 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-16 14:30:53 +0200
commit9b65481fafce286011a8a0edd6c75888857e3edf (patch)
tree99c4cb6227efb35ba8b675986d82ee82783cc770 /.travis.yml
parentece4b1fbb23aed69f2f86d8ab6ee90eeb59664a7 (diff)
downloadiced-9b65481fafce286011a8a0edd6c75888857e3edf.tar.gz
iced-9b65481fafce286011a8a0edd6c75888857e3edf.tar.bz2
iced-9b65481fafce286011a8a0edd6c75888857e3edf.zip
Disable cache in Travis CI
It seems to slow down the build considerably.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4513cec5..7d6826df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ matrix:
allow_failures:
- rust: nightly
fast_finish: true
-cache: cargo
before_install:
- |
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then