travis: add clang to the test matrix

This commit is contained in:
Cory Fields 2014-11-13 17:50:10 -05:00
parent 3545627acb
commit 992e03bc28
1 changed files with 4 additions and 2 deletions

View File

@ -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