From bbf1c02549c2f0cea7091f35100a2b3dd4624685 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 4 Aug 2015 10:20:50 +0200 Subject: [PATCH] Travis: test with both gcc and clang Travis does this in parallel so the build doesn't become twice as long. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a205373f..0fd9d87c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ sudo: false +compiler: + - gcc + - clang language: c script: sh build.sh && ./configure && make distcheck -- 2.30.2