summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-30 00:34:13 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-30 00:34:13 -0400
commit8c515b9699c71eaf3b210ca62fe4b4d7ea1c5332 (patch)
tree4d2e58d788ca15171e3bf813dbe00820528d3f7e /scripts
parent93ce8cd8d54b427640ce546042f3d878670daa03 (diff)
downloadqtlocation-mapboxgl-8c515b9699c71eaf3b210ca62fe4b4d7ea1c5332.tar.gz
travis: can travis cope with 2 mesa build jobs?
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh
index 7c308d5800..19bf18fa9d 100755
--- a/scripts/travis_before_install.sh
+++ b/scripts/travis_before_install.sh
@@ -40,7 +40,7 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
echo $CXXFLAGS
echo $CFLAGS
echo $LDFLAGS
- make && sudo make install && \
+ make -j2 && sudo make install && \
cd ../
mapbox_time "install_opengl" \