Explorar o código

Make travis build faster.

Kim Kulling %!s(int64=8) %!d(string=hai) anos
pai
achega
604b4e9723
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.sh

+ 1 - 1
.travis.sh

@@ -7,7 +7,7 @@ if [ $ANDROID ]; then
     ant -v -Dmy.dir=${TRAVIS_BUILD_DIR} -f ${TRAVIS_BUILD_DIR}/port/jassimp/build.xml ndk-jni
 else
     generate \
-    && make \
+    && make -j4 \
     && sudo make install \
     && sudo ldconfig \
     && (cd test/unit; ../../bin/unit) \