Skip to content

Commit

Permalink
Travis: use clang and gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed May 28, 2017
1 parent b265296 commit f79df83
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Expand Up @@ -42,7 +42,15 @@ install:
script:
- if [ x${COVERITY_SCAN_BRANCH} != x1 ]; then make check; fi

compiler: clang
compiler:
- clang
- gcc

matrix:
# Don't build on OS X with gcc
exclude:
- os: osx
compiler: gcc

notifications:
email:
Expand Down

0 comments on commit f79df83

Please sign in to comment.