Enable ccache on Travis

This commit is contained in:
John Wiggins
2015-09-05 15:48:20 +02:00
parent 473a666086
commit e224b0dd7d
+4 -1
View File
@@ -11,9 +11,11 @@ cache:
# See http://docs.travis-ci.com/user/caching/#pip-cache
directories:
- $HOME/.cache/pip
- $HOME/.ccache
addons:
apt:
packages:
- ccache
- libfreeimage3
- texlive
- texlive-latex-extra
@@ -36,8 +38,9 @@ python:
- 3.4
before_install:
- ccache -s
- export PATH=/usr/lib/ccache:${PATH}
- source tools/travis_before_install.sh
- which python; python --version
- python check_bento_build.py
- tools/build_versions.py