Skip to content

Commit

Permalink
travis: add clang to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni committed Dec 8, 2014
1 parent 3545627 commit 992e03b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .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
Expand Down

0 comments on commit 992e03b

Please sign in to comment.