From da8487d6b341bdaf00bb05e101c7cac587490c44 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Tue, 12 May 2020 21:25:59 +0200 Subject: [PATCH] Add clang to Travis CI and enable ccache --- .travis.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d04768e3..be1f4f7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,18 @@ language: c -compiler: gcc +cache: ccache + +compiler: + - gcc + - clang sudo: required dist: bionic -env: - - ANALYZE=false - - ANALYZE=true +matrix: + include: + - compiler: gcc + env: ANALYZE=true addons: apt: