summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTeodor Mircea Ionita <teodor@mariadb.org>2018-12-26 16:55:54 +0000
committerTeodor Mircea Ionita <teodor@mariadb.org>2018-12-27 14:07:55 +0000
commit3b5e8d799ac4ca6b6e6f0fdf2a4788c642a5a4bf (patch)
treebf70a896227d6855b366c8d6f7201b80edff087f /.travis.yml
parentf409eb4d3675c734ddd8914456994219e4490839 (diff)
downloadmariadb-git-3b5e8d799ac4ca6b6e6f0fdf2a4788c642a5a4bf.tar.gz
travis: Fix ccache not used on macOS targets
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5bc26d97f86..0e1d859e7c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ compiler:
- clang
cache:
- timeout: 300
+ timeout: 500
apt: true
ccache: true
directories:
@@ -167,6 +167,7 @@ before_install:
brew update;
brew install gnutls lz4 lzo xz snappy ccache jemalloc curl ossp-uuid pcre;
brew link ccache;
+ export PATH="/usr/local/opt/ccache/libexec:$PATH";
fi
before_script: