Let Travis build with both GCC and clang, take 2

Last approach didn't work, hopefully this will work better.
This commit is contained in:
Karl Mikaelsson 2017-10-06 12:54:11 +02:00 committed by GitHub
parent eb975fcec3
commit ae31a05f22

View File

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