Skip to content

Commit 1f8e94e

Browse files
committedMar 14, 2016
Disable ccaching on travis
Let's see if it is responsible for some false alarms #2908
1 parent 6610c6e commit 1f8e94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
sudo: false
1919
cache:
2020
apt: true
21-
ccache: true
21+
# ccache: true # Temporarily disabled https://github.com/qgis/QGIS/pull/2908
2222
compiler:
2323
- clang
2424
addons:

0 commit comments

Comments
 (0)