diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-10-30 00:34:13 -0400 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-10-30 00:34:13 -0400 |
commit | 8c515b9699c71eaf3b210ca62fe4b4d7ea1c5332 (patch) | |
tree | 4d2e58d788ca15171e3bf813dbe00820528d3f7e /scripts | |
parent | 93ce8cd8d54b427640ce546042f3d878670daa03 (diff) | |
download | qtlocation-mapboxgl-8c515b9699c71eaf3b210ca62fe4b4d7ea1c5332.tar.gz |
travis: can travis cope with 2 mesa build jobs?
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis_before_install.sh | 2 |
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" \ |