Pin OS X builds to Xcode 7.3 for now

This commit is contained in:
Dominic Spill
2017-12-07 16:26:42 -07:00
committed by Michael Ossmann
parent bd37a5082f
commit cc7f599677

View File

@ -15,13 +15,14 @@ compiler:
matrix: matrix:
exclude: exclude:
- os: osx
compiler: gcc
- os: linux - os: linux
compiler: clang - os: osx
include: include:
- os: linux
compiler: gcc
- os: osx - os: osx
osx_image: xcode7.3 osx_image: xcode7.3
compiler: clang
before_script: before_script:
- export CFLAGS="-Wall -Wextra -Werror" - export CFLAGS="-Wall -Wextra -Werror"