Skip to content

Commit

Permalink
Paring back OS X travis to installer only
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Feb 23, 2017
1 parent f14af89 commit 6996524
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,19 @@ matrix:
language: android
env: SPEC=android-g++ CONFIG=installer
sudo: false
- os: osx
osx_image: xcode8
env: SPEC=macx-clang CONFIG=debug
sudo: required
- os: osx
osx_image: xcode8
env: SPEC=macx-clang CONFIG=installer
sudo: required
- os: osx
osx_image: xcode8
env: SPEC=macx-ios-clang CONFIG=release
sudo: false
# OSX builds pared back to installer only since travis sucks so bad we can't afford more than one'
# - os: osx
# osx_image: xcode8
# env: SPEC=macx-clang CONFIG=debug
# sudo: required
# - os: osx
# osx_image: xcode8
# env: SPEC=macx-ios-clang CONFIG=release
# sudo: false

android:
components:
Expand Down

0 comments on commit 6996524

Please sign in to comment.