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:06:33 +0000
commite2939795b140beb894e31d06986677b425a87f86 (patch)
tree61c6d5261a27100500c60913fd54938e5aeb49e1 /.travis.yml
parentd89d12e3b723ba7a5113b3cdffd1d4a48127ff0a (diff)
downloadmariadb-git-e2939795b140beb894e31d06986677b425a87f86.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 629e3b31523..b85928b0175 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ compiler:
- clang
cache:
- timeout: 300
+ timeout: 500
apt: true
ccache: true
directories:
@@ -158,6 +158,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: