From 3c968672d92615197cf9616b5125057e7a741b91 Mon Sep 17 00:00:00 2001 From: Leith Bade Date: Sat, 20 Dec 2014 17:15:55 +1300 Subject: Prepare for android-gl-build --- scripts/travis_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/travis_script.sh') diff --git a/scripts/travis_script.sh b/scripts/travis_script.sh index 6fc9edd92b..6a69918552 100755 --- a/scripts/travis_script.sh +++ b/scripts/travis_script.sh @@ -8,7 +8,7 @@ git submodule update --init styles if [[ $MASON_PLATFORM == "android" ]]; then mapbox_time "compile_program" \ - make android -j$JOBS BUILDTYPE=${BUILDTYPE} + make android BUILDTYPE=${BUILDTYPE} if [[ $TESTMUNK == "yes" ]]; then mapbox_time_start "upload_testmunk" -- cgit v1.2.1