travis: Fix ccache not used on macOS targets

This commit is contained in:
Teodor Mircea Ionita 2018-12-26 16:55:54 +00:00
parent d89d12e3b7
commit e2939795b1

View file

@ -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: