Merge pull request #149 from libtom/feature/travis_clang

Add clang to the travis build matrix
This commit is contained in:
karel-m 2017-02-28 20:30:15 +01:00 committed by GitHub
commit c8c0898bcb

View File

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