.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
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode9.3beta
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue