Skip to content

Commit 65e3e9a

Browse files
committed
TST: Always delete extra cache files on Travis.
Note, we don't need to do this on AppVeyor because the cache directories are different.
1 parent 3b72851 commit 65e3e9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ script:
178178
pip install $PRE requests==2.9.2 linkchecker
179179
linkchecker build/html/index.html
180180
fi
181+
182+
before_cache:
181183
- rm -rf $HOME/.cache/matplotlib/tex.cache
182184
- rm -rf $HOME/.cache/matplotlib/test_cache
183185

0 commit comments

Comments
 (0)