Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit 68f335e

Browse files
committed
Correct Mac cache path
1 parent 87b229a commit 68f335e

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
@@ -10,7 +10,7 @@ git:
1010
cache:
1111
directories:
1212
- /home/travis/.cache/ccache
13-
- /home/travis/Library/Caches/ccache
13+
- /Users/travis/Library/Caches/ccache
1414
before_install:
1515
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; fi
1616
- export PATH="/usr/local/opt/ccache/libexec:$PATH"

0 commit comments

Comments
 (0)