mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
Disable cache for a test...
This commit is contained in:
parent
04f36020e6
commit
9b5b603569
10
.travis.yml
10
.travis.yml
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user