Skip to content

Commit

Permalink
Auto merge of #3729 - alexcrichton:remove-caching, r=alexcrichton
Browse files Browse the repository at this point in the history
Disable caches on AppVeyor/Travis

They just seem to grow without bound and cause problems unfortunately :(
  • Loading branch information
bors committed Feb 17, 2017
2 parents fdfdb5f + 948d372 commit 9706b06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,4 @@ deploy:

cache:
directories:
- $HOME/.cargo
- target/openssl
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ build: false
test_script:
- sh src/ci/run.sh %TARGET%

cache:
- target
- C:\Users\appveyor\.cargo\registry

before_deploy:
- ps: |
New-Item -Path deploy -ItemType directory
Expand Down

0 comments on commit 9706b06

Please sign in to comment.