Skip to content

Commit 3a63ac2

Browse files
committed
Remove package cache on Travis
The pkgs/cache directory under Travis' Miniconda installation was changing, causing caching delays at the end of builds.
1 parent 62977cc commit 3a63ac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ cache:
1111
- $HOME/.cache/pip
1212

1313
before_cache:
14+
- rm -rf $HOME/miniconda3/pkgs/cache
1415
- rm -rf $HOME/miniconda3/envs/validate
1516

1617
matrix:

0 commit comments

Comments
 (0)