Merge pull request #1947 from PeterDaveHello/Enable-ccache-on-TravisCI

[Tests] Enable ccache on Travis CI to speed up compilation
This commit is contained in:
Jordan Harband
2018-11-24 23:18:23 -06:00
committed by GitHub

View File

@@ -10,6 +10,7 @@ addons:
# - g++-4.8
cache:
ccache: true
directories:
- $HOME/.npm
- $TRAVIS_BUILD_DIR/.cache
@@ -37,6 +38,7 @@ env:
- CXX=g++-4.8
- CC=gcc-4.8
- PATH="$(echo $PATH | sed 's/::/:/')"
- PATH="/usr/lib/ccache/:$PATH"
- NVM_DIR="${TRAVIS_BUILD_DIR}"
matrix:
- MAKE_RELEASE=true