summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-30 00:09:08 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-30 00:09:08 -0400
commitbe299fba492af9daf48abf0534400e4c1c0105fc (patch)
tree2878c278db6de736772f49db76b274cb8487c9ac /scripts
parent543d4568d582742ab036495af09222471e5e54ce (diff)
downloadqtlocation-mapboxgl-be299fba492af9daf48abf0534400e4c1c0105fc.tar.gz
try mesa without concurrent 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 0cf21e0fe7..7c308d5800 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 -j$(nproc) && sudo make install && \
+ make && sudo make install && \
cd ../
mapbox_time "install_opengl" \