Skip to content

Commit

Permalink
Use ccache on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jun 16, 2016
1 parent d7ca847 commit 7a25978
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,17 @@ before_install:
else
brew update
brew tap homebrew/gui
brew install python libpng ffmpeg imagemagick mplayer
brew install python libpng ffmpeg imagemagick mplayer ccache
# We could install ghostscript and inkscape here to test svg and pdf
# but this makes the test time really long.
# brew install ghostscript inkscape
export PATH=/usr/local/opt/ccache/libexec:$PATH
fi
install:
- |
# Setup environment
if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
ccache -s
fi
ccache -s
# Upgrade pip and setuptools and wheel to get as clean an install as possible
pip install --upgrade pip
pip install --upgrade wheel
Expand Down

0 comments on commit 7a25978

Please sign in to comment.