task(ci): Enable ccache

This commit is contained in:
Michael Carlberg 2016-05-31 16:36:20 +02:00
parent 85f9dfd872
commit a85b445080
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ language: cpp
compiler:
- clang
- gcc
cache: ccache
before_install:
- sudo apt-add-repository -y "ppa:george-edison55/george-edison"