Skip to content
Permalink
Browse files
travis: Fix ccache not used on macOS targets
  • Loading branch information
shinnok committed Dec 27, 2018
1 parent f409eb4 commit 3b5e8d7
Showing 1 changed file with 2 additions and 1 deletion.
@@ -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:

0 comments on commit 3b5e8d7

Please sign in to comment.