Skip to content

Commit

Permalink
CI: install ccache on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored and mattip committed Mar 30, 2017
1 parent f5715eb commit 090378d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/install_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ edit_init
home_dir=$(pwd)
echo "[home_dir: $home_dir]"

if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
echo "[install ccache]"
time brew install ccache
fi

# install miniconda
MINICONDA_DIR="$HOME/miniconda3"

Expand Down

0 comments on commit 090378d

Please sign in to comment.