Skip to content

Commit 2c3f808

Browse files
committed
CI: actually use the miniconda cache :>
1 parent a73e451 commit 2c3f808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ language: python
88
# The cash directories will be deleted if anything in ci/ changes in a commit
99
cache:
1010
directories:
11-
- $HOME/miniconda # miniconda cache
11+
- $HOME/miniconda3 # miniconda cache
1212
- $HOME/.cache # cython cache
1313
- $HOME/.ccache # compiler cache
1414

0 commit comments

Comments
 (0)