Skip to content

Commit d27cdd1

Browse files
committed
Upgrate travis to cache homebrew dir.
From: InsightSoftwareConsortium/ITKModuleTemplate#17
1 parent 08e6a79 commit d27cdd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ compiler:
66
- gcc
77
cache:
88
directories:
9-
- "$HOME/deps"
9+
- "$HOME/Library/Caches/Homebrew"
1010
script:
1111
- curl -L https://rawgit.com/InsightSoftwareConsortium/ITKPythonPackage/master/scripts/macpython-download-cache-and-build-module-wheels.sh -O
1212
- chmod u+x macpython-download-cache-and-build-module-wheels.sh

0 commit comments

Comments
 (0)