diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-02-21 07:27:59 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-02-21 07:27:59 +0900 |
commit | e48c5db65cb078c8ee84fd617441a78247671dad (patch) | |
tree | 6a09f5f0d65c16d60d50149472d2445de3c6b4ca | |
parent | 3e69bcc053a66c385c2c0ad9e6ae2e36eefaf4e3 (diff) | |
download | libquotient-e48c5db65cb078c8ee84fd617441a78247671dad.tar.gz libquotient-e48c5db65cb078c8ee84fd617441a78247671dad.zip |
Travis CI: switch macOS builds to xcode10.1 image
xcode10.0 seems to have Homebrew broken, and xcode9.4 has a problem with
SSLSetALPNProtocols (see also commit
f545d181ade8736dfda93e8abb34ab93ac34e931).
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 515c6c50..3aaa4039 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ matrix: - os: linux compiler: clang - os: osx - osx_image: xcode10 + osx_image: xcode10.1 env: [ 'PATH=/usr/local/opt/qt/bin:$PATH' ] addons: homebrew: |