Skip to content

Commit 4650da9

Browse files
committed
Fix caching
1 parent 0efccb5 commit 4650da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ sudo: false
66

77
cache:
88
directories:
9-
- $HOME/.pip-cache/
9+
- $HOME/.cache/pip
1010
- _build
1111

12-
install: pip install --download-cache $HOME/.pip-cache sphinx==1.1.3
12+
install: pip install sphinx==1.1.3
1313

1414
script: sphinx-build -nW -b html -d _build/doctrees . _build/html
1515

0 commit comments

Comments
 (0)