Pin OS X builds to Xcode 7.3 for now
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user