diff options
author | Leith Bade <leith@mapbox.com> | 2014-12-20 17:15:55 +1300 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2014-12-20 17:15:55 +1300 |
commit | 3c968672d92615197cf9616b5125057e7a741b91 (patch) | |
tree | 7f67ee8bccf67794f15b8c88446c582ca0d25f22 /scripts | |
parent | c749d1a5ab97f0abcf7314d2924f2535c6df83aa (diff) | |
download | qtlocation-mapboxgl-3c968672d92615197cf9616b5125057e7a741b91.tar.gz |
Prepare for android-gl-build
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |