mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-25 12:56:30 +00:00
Disable cache for a test...
This commit is contained in:
+5
-5
@@ -14,12 +14,12 @@ jobs:
|
||||
- rust: nightly
|
||||
|
||||
# From https://levans.fr/rust_travis_cache.html
|
||||
cache:
|
||||
directories:
|
||||
- /home/travis/.cargo
|
||||
# cache:
|
||||
# directories:
|
||||
# - /home/travis/.cargo
|
||||
|
||||
before_cache:
|
||||
- rm -rf /home/travis/.cargo/registry
|
||||
# before_cache:
|
||||
# - rm -rf /home/travis/.cargo/registry
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
||||
Reference in New Issue
Block a user