Skip to content

Commit

Permalink
drop: disable CI builds on macOS and iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Dec 8, 2016
1 parent 8351c1b commit b30004c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ branches:

matrix:
include:
- os: osx
osx_image: xcode7.3
env: PLATFORM=osx
compiler: clang
# - os: osx
# osx_image: xcode7.3
# env: PLATFORM=osx
# compiler: clang
- os: linux
env: PLATFORM=linux CXX=g++-4.9 CC=gcc-4.9
addons:
apt:
sources: [ 'kubuntu-backports', 'ubuntu-toolchain-r-test', 'george-edison55-precise-backports' ]
packages: [ 'cmake', 'gcc-4.9', 'g++-4.9', 'xorg-dev', 'libglu1-mesa-dev' ]
- os: osx
osx_image: xcode7.3
env: PLATFORM=ios
compiler: clang
# - os: osx
# osx_image: xcode7.3
# env: PLATFORM=ios
# compiler: clang
- os: linux
env: PLATFORM=android
addons:
Expand Down

0 comments on commit b30004c

Please sign in to comment.