From 992e03bc28dbb963dfb46344c8c8b22230a8bdc6 Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Thu, 13 Nov 2014 17:50:10 -0500 Subject: [PATCH] travis: add clang to the test matrix --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a85e8cba0d..507e4dafd12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ -language: cpp -compiler: gcc +language: c +compiler: + - clang + - gcc install: - sudo apt-get install -qq libssl-dev - if [ "$BIGNUM" = "gmp" -o "$BIGNUM" = "auto" -o "$FIELD" = "gmp" ]; then sudo apt-get install -qq libgmp-dev; fi