Enable ccache on Travis
authorDaniel Albers <daniel@lbe.rs>
Tue, 7 Jun 2016 00:34:29 +0000 (02:34 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 28 Feb 2018 22:04:03 +0000 (23:04 +0100)
(cherry picked from commit e24224c2f550e60ae5679a9af6d14ae66515b664)

.travis.yml

index 4154634..b68a233 100644 (file)
@@ -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