diff options
author | Max Kellermann <max@musicpd.org> | 2018-02-16 23:26:34 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-02-17 00:23:30 +0100 |
commit | 855d1bc5a141889ff992f51d33806a465d9d509a (patch) | |
tree | 23b4bded752cb804feda943008d20b6575c6bb8e /.travis.yml | |
parent | 081d15a83053113c9a074d83e3bed8679a38eb23 (diff) |
.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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b4fcd1425..0c61d6a50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ matrix: - libboost-dev - os: osx + osx_image: xcode9.3beta env: global: |