From: Daniel Albers Date: Tue, 7 Jun 2016 00:34:29 +0000 (+0200) Subject: Enable ccache on Travis X-Git-Tag: 0.12.5~116 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=636a39a129df39cf34858170978a7cba550e369f Enable ccache on Travis (cherry picked from commit e24224c2f550e60ae5679a9af6d14ae66515b664) --- diff --git a/.travis.yml b/.travis.yml index 41546346..b68a2333 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ install: - sudo apt-get -qy install libphonon4qt5experimental4 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805096 language: cpp +cache: ccache compiler: - gcc