Travis: use clang and gcc

This commit is contained in:
Nicolas Williams
2017-05-28 15:32:37 -05:00
parent 0f93e3ec52
commit 3973d4fc5f

View File

@@ -43,11 +43,18 @@ install:
script:
- if [ x${COVERITY_SCAN_BRANCH} != x1 ]; then make check; fi
compiler: clang
after_script:
- if [ -n "$COVERAGE" ]; then coveralls --gcov-options; fi
compiler:
- clang
- gcc
matrix:
# Don't build on OS X with gcc
exclude:
- os: osx
compiler: gcc
# Add a gcov build
include:
- compiler: gcc