Merge pull request #1441 from turol/travis

Disable Travis OS X build since it doesn't do anything currently
This commit is contained in:
Kim Kulling
2017-09-17 13:45:40 +02:00
committed by GitHub

View File

@@ -24,7 +24,6 @@ branches:
os:
- linux
- osx
env:
global:
@@ -50,10 +49,6 @@ matrix:
- os: linux
compiler: gcc
env: LINUX=1 SHARED_BUILD=ON TRAVIS_NO_EXPORT=NO ENABLE_COVERALLS=OFF
- os: osx
compiler: clang
osx_image: xcode8.3
env:
install:
- if [ $ANDROID ]; then wget -c http://dl.google.com/android/ndk/android-ndk-${PV}-${PLATF}.tar.bz2 && tar xf android-ndk-${PV}-${PLATF}.tar.bz2 ; fi