Merge pull request #144

992e03b travis: add clang to the test matrix (Cory Fields)
This commit is contained in:
Pieter Wuille 2014-12-09 01:44:50 +01:00
commit 8a0775cfaf
No known key found for this signature in database
GPG key ID: 57896D2FF8F0B657

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