From 636a39a129df39cf34858170978a7cba550e369f Mon Sep 17 00:00:00 2001 From: Daniel Albers Date: Tue, 7 Jun 2016 02:34:29 +0200 Subject: [PATCH] Enable ccache on Travis (cherry picked from commit e24224c2f550e60ae5679a9af6d14ae66515b664) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1