summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-12-23 17:27:18 +0100
committerMax Kellermann <max@musicpd.org>2019-12-23 18:10:52 +0100
commit80fe88e8f65ef275de047505a7f944226495e7b7 (patch)
treebf9dfaf66d80fd1d1345f5bf7c520502270e36c9 /.travis.yml
parenta1afe9afc6879960389491b6fb587f14ae1ae5df (diff)
.travis.yml: enable ccache on osx
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 99df7d698..722457d8d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,7 +55,7 @@ matrix:
- os: osx
osx_image: xcode9.3beta
env:
- - MATRIX_EVAL=""
+ - MATRIX_EVAL="export PATH=/usr/local/opt/ccache/libexec:$PATH"
cache:
- apt