We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ca847 commit 7a25978Copy full SHA for 7a25978
.travis.yml
@@ -76,18 +76,17 @@ before_install:
76
else
77
brew update
78
brew tap homebrew/gui
79
- brew install python libpng ffmpeg imagemagick mplayer
+ brew install python libpng ffmpeg imagemagick mplayer ccache
80
# We could install ghostscript and inkscape here to test svg and pdf
81
# but this makes the test time really long.
82
# brew install ghostscript inkscape
83
+ export PATH=/usr/local/opt/ccache/libexec:$PATH
84
fi
85
86
install:
87
- |
88
# Setup environment
- if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
89
- ccache -s
90
- fi
+ ccache -s
91
# Upgrade pip and setuptools and wheel to get as clean an install as possible
92
pip install --upgrade pip
93
pip install --upgrade wheel
0 commit comments