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…
Reference in New Issue