travis-ci: disable tests for osx.

pull/1299/head
Kim Kulling 2017-06-07 10:30:40 +02:00
parent a687354674
commit 098e2ffaf9
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ function generate()
if [ $ANDROID ]; then
ant -v -Dmy.dir=${TRAVIS_BUILD_DIR} -f ${TRAVIS_BUILD_DIR}/port/jassimp/build.xml ndk-jni
else
fi
if [ $LINUX ]; then
generate \
&& make -j4 \
&& sudo make install \