From 9c5ba6398d5efacffc27432f10b348408e52302e Mon Sep 17 00:00:00 2001 From: hoijui Date: Sun, 8 Oct 2017 13:52:45 +0200 Subject: [PATCH] Travis: also test-compile with CLang (not just with GCC) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e034e1..6fc3e07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,9 @@ os: linux sudo: required -compiler: gcc +compiler: + - gcc + - clang env: - CONFIGURE_CMD=configure