From 2c998001558e2f85919b0eb18119f191fd558fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 4 Aug 2015 18:06:02 +0200 Subject: [PATCH] Enable ccache on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1d1a74054..1259152ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ compiler: - clang - gcc sudo: false +cache: ccache script: - tests/scripts/recursion.pl library/*.c - tests/scripts/check-generated-files.sh