Commit 0df2d060 authored by Don Gagne's avatar Don Gagne Committed by GitHub
Browse files

Merge pull request #4604 from DonLakeFlyer/TravisOSX

Paring back OS X travis to installer only
parents a56a153d 69965242
...@@ -27,18 +27,19 @@ matrix: ...@@ -27,18 +27,19 @@ matrix:
language: android language: android
env: SPEC=android-g++ CONFIG=installer env: SPEC=android-g++ CONFIG=installer
sudo: false sudo: false
- os: osx
osx_image: xcode8
env: SPEC=macx-clang CONFIG=debug
sudo: required
- os: osx - os: osx
osx_image: xcode8 osx_image: xcode8
env: SPEC=macx-clang CONFIG=installer env: SPEC=macx-clang CONFIG=installer
sudo: required sudo: required
- os: osx # OSX builds pared back to installer only since travis sucks so bad we can't afford more than one'
osx_image: xcode8 # - os: osx
env: SPEC=macx-ios-clang CONFIG=release # osx_image: xcode8
sudo: false # env: SPEC=macx-clang CONFIG=debug
# sudo: required
# - os: osx
# osx_image: xcode8
# env: SPEC=macx-ios-clang CONFIG=release
# sudo: false
android: android:
components: components:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment