From e224b0dd7d52e98894a9d39bf590170a7039af40 Mon Sep 17 00:00:00 2001 From: John Wiggins Date: Sat, 5 Sep 2015 15:48:20 +0200 Subject: [PATCH] Enable ccache on Travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eeb21d97..4c8ab126 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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