From a29bf2cf0d5d2206ac262f67d80ebc6cc2d74294 Mon Sep 17 00:00:00 2001 From: Gavin Bises Date: Tue, 3 Feb 2015 09:22:41 -0500 Subject: [PATCH] make -j2 for travis builds --- travis-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-compile.sh b/travis-compile.sh index 21b30855..148169c6 100755 --- a/travis-compile.sh +++ b/travis-compile.sh @@ -9,4 +9,4 @@ if [[ $TRAVIS_OS_NAME == "osx" && $QT4 == 0 ]]; then prefix="-DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0/" fi cmake .. -DWITH_SERVER=1 -DWITH_QT4=$QT4 $prefix -make +make -j2