Disable ccaching on travis

Let's see if it is responsible for some false alarms
https://github.com/qgis/QGIS/pull/2908
This commit is contained in:
Matthias Kuhn 2016-03-14 07:18:33 +01:00
parent 6610c6e25d
commit 1f8e94e2d4

View File

@ -18,7 +18,7 @@ matrix:
sudo: false
cache:
apt: true
ccache: true
# ccache: true # Temporarily disabled https://github.com/qgis/QGIS/pull/2908
compiler:
- clang
addons: