diff options
author | 2019-09-16 14:30:53 +0200 | |
---|---|---|
committer | 2019-09-16 14:30:53 +0200 | |
commit | 9b65481fafce286011a8a0edd6c75888857e3edf (patch) | |
tree | 99c4cb6227efb35ba8b675986d82ee82783cc770 /.travis.yml | |
parent | ece4b1fbb23aed69f2f86d8ab6ee90eeb59664a7 (diff) | |
download | iced-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.yml | 1 |
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 |