Let Travis compile with both gcc and clang

Catch all the compilation warnings!
This commit is contained in:
Karl Mikaelsson 2017-10-06 12:44:48 +02:00 committed by GitHub
parent 43a5f3f054
commit eb975fcec3

View File

@ -3,7 +3,9 @@ matrix:
- os: linux
dist: trusty
sudo: required
compiler: gcc
compiler:
- gcc
- clang
- os: osx
osx_image: xcode7.3
compiler: clang