Browse Source

Move back to XCode 9.2

QGC4.4
Don Gagne 6 years ago
parent
commit
193ccf68eb
  1. 4
      .travis.yml

4
.travis.yml

@ -28,11 +28,11 @@ matrix:
env: SPEC=android-g++ CONFIG=installer env: SPEC=android-g++ CONFIG=installer
sudo: false sudo: false
- os: osx - os: osx
osx_image: xcode10.1 osx_image: xcode9.2
env: SPEC=macx-clang CONFIG=installer env: SPEC=macx-clang CONFIG=installer
sudo: required sudo: required
- os: osx - os: osx
osx_image: xcode10.1 osx_image: xcode9.2
env: SPEC=macx-ios-clang CONFIG=release env: SPEC=macx-ios-clang CONFIG=release
sudo: false sudo: false
# OSX builds pared back to installer only since travis sucks so bad we can't afford more than one' # OSX builds pared back to installer only since travis sucks so bad we can't afford more than one'

Loading…
Cancel
Save