Browse Source

Merge pull request #149 from libtom/feature/travis_clang

Add clang to the travis build matrix
karel-m 8 years ago
parent
commit
c8c0898bcb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -1,6 +1,7 @@
 language: c
 compiler:
   - gcc
+  - clang
 script: bash "${BUILDSCRIPT}" "${BUILDNAME}" "${BUILDOPTIONS}" "makefile" "-DUSE_LTM -DLTM_DESC -I/usr/include" "/usr/lib/libtommath.a"
 env:
   - |