Browse Source

travis-ci: disable tests for osx.

Kim Kulling 8 years ago
parent
commit
098e2ffaf9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.sh

+ 2 - 1
.travis.sh

@@ -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 \