From a2e9bf2f62376e888a47ff4dc5164b40658d1cdc Mon Sep 17 00:00:00 2001 From: Thomas Brown Date: Fri, 20 Nov 2015 01:26:46 -0500 Subject: [PATCH] ci: Test with the clang compiler as well. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6f81a4e2e..cd5ab3bcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ os: language: c compiler: - gcc + - clang script: - ./bootstrap.sh --with-toolset=${CC}