Remove the cargo caching in Travis

It causes job timeouts
This commit is contained in:
Roey Darwish Dror
2019-11-19 10:15:13 +02:00
parent 9db2d7fe3e
commit e5ec4c1c44

View File

@@ -64,11 +64,6 @@ deploy:
provider: releases provider: releases
skip_cleanup: true skip_cleanup: true
cache: cargo
before_cache:
# Travis can't cache files that are not readable by "others"
- chmod -R a+r $HOME/.cargo
notifications: notifications:
email: email:
on_success: never on_success: never