diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 061aed1bc7c..f34b762a4e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,7 @@ dist: trusty cache: apt: true - directories: - - $HOME/.ccache + ccache: true addons: apt: @@ -47,7 +46,6 @@ env: - BUILD=scons install: - - export PATH="/usr/lib/ccache:$PATH" - pip install --user mako # Since libdrm gets updated in configure.ac regularly, try to pick up the |