From 3447863a8b0e6c4e428fc1d44b16fac993598a0b Mon Sep 17 00:00:00 2001 From: Dominic Spill Date: Thu, 7 Dec 2017 16:26:42 -0700 Subject: [PATCH] Pin OS X builds to Xcode 7.3 for now --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 156a9869..b129fc7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,13 +15,14 @@ compiler: matrix: exclude: - - os: osx - compiler: gcc - os: linux - compiler: clang + - os: osx include: + - os: linux + compiler: gcc - os: osx osx_image: xcode7.3 + compiler: clang before_script: - export CFLAGS="-Wall -Wextra -Werror"