Pin OS X builds to Xcode 7.3 for now
This commit is contained in:

committed by
Michael Ossmann

parent
bd37a5082f
commit
cc7f599677
@ -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"
|
||||
|
Reference in New Issue
Block a user