diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 79e51593a..f57727eca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,6 +60,11 @@ jobs: before_install: *use-cmake env: *Debug +# Do not let CMake find ccache wrappers +# we use CMAKE_CXX_COMPILER_LAUNCHER for ccache support +before_script: + - export PATH=$(echo "$PATH" | sed -e 's/:\/usr\/lib\/ccache//') + # Run the build and tests script: ./travisbuild.sh |