Commit 69965242 authored by Don Gagne's avatar Don Gagne

Paring back OS X travis to installer only

parent f14af89f
...@@ -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:
......
Markdown is supported
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