.travis.yml: switch to osx_image xcode9.3beta
The clang/libc++ version in the default xcode8 image is unable to compile MPD due to incomplete C++14 support.
This commit is contained in:
parent
081d15a830
commit
855d1bc5a1
|
@ -14,6 +14,7 @@ matrix:
|
||||||
- libboost-dev
|
- libboost-dev
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
|
osx_image: xcode9.3beta
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Reference in New Issue