From ae31a05f228c7c9213d3d56b2f574c665acf8554 Mon Sep 17 00:00:00 2001 From: Karl Mikaelsson Date: Fri, 6 Oct 2017 12:54:11 +0200 Subject: [PATCH] Let Travis build with both GCC and clang, take 2 Last approach didn't work, hopefully this will work better. --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d87112a..69237fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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