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
dist: trusty
sudo: required
compiler:
- gcc
- clang
compiler: gcc
- os: linux
dist: trusty
sudo: required
compiler: clang
- os: osx
osx_image: xcode7.3
compiler: clang