Commit e2939795 authored by Teodor Mircea Ionita's avatar Teodor Mircea Ionita

travis: Fix ccache not used on macOS targets

parent d89d12e3
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment