Use ccache for the unified builds
[openssl.git] / .travis.yml
index f1c43cc4140e3fdda3483fa694a96f7ec04c9b1c..dff2f94978a90e9e0d5272a97e92d88f1cb259dd 100644 (file)
@@ -1,8 +1,10 @@
 language: c
+cache: ccache
 
 addons:
     apt:
         packages:
+            - ccache
             - clang-3.6
             - gcc-5
             - binutils-mingw-w64
@@ -62,6 +64,7 @@ before_script:
           srcdir=../_srcdir;
           mkdir _build;
           cd _build;
+          CC="ccache $CC";
       else
           srcdir=.;
           cd _srcdist;