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

View File

@ -1,5 +1,7 @@
language: cpp language: c
compiler: gcc compiler:
- clang
- gcc
install: install:
- sudo apt-get install -qq libssl-dev - 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 - if [ "$BIGNUM" = "gmp" -o "$BIGNUM" = "auto" -o "$FIELD" = "gmp" ]; then sudo apt-get install -qq libgmp-dev; fi