travis: Enable ccache support

This should halve build times in the best case, and only seems to expose
one GCC warning-related issue that will be addressed by the next commit.
Actual build times will continue to vary wildly based on the kind of
changes people push and the build's I/O-bound nature triggering the
limitations inherent to shared hosting services.
This commit is contained in:
Ignacio R. Morelle 2016-10-14 05:49:28 -03:00
parent a8136a2b42
commit 2b12dd8e42

View File

@ -1,5 +1,6 @@
language: cpp
sudo: required
cache: ccache
services:
- docker