summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-05-28 21:15:33 -0700
committerDane Springmeyer <dane@mapbox.com>2014-05-28 21:15:33 -0700
commit99bd45a89b4d1a68f257d747947363fbe216ed90 (patch)
tree4e4078a20fee4b04ab4c470d699f5c13c8e9aeae /.travis.yml
parentbe8e2ceae44f6389cf2f4dfda992676bd6b8e258 (diff)
downloadqtlocation-mapboxgl-99bd45a89b4d1a68f257d747947363fbe216ed90.tar.gz
[travis] build with 4 concurrent processes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index cda0af771e..fde535c321 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,9 +30,9 @@ before_script:
- if [ ${CXX} = "g++" ]; then export CXX="g++-4.8" ; fi
script:
-- make llmr BUILDTYPE=${BUILDTYPE}
-- make linux BUILDTYPE=${BUILDTYPE}
-- make run-tests BUILDTYPE=${BUILDTYPE}
+- make llmr BUILDTYPE=${BUILDTYPE} -j4
+- make linux BUILDTYPE=${BUILDTYPE} -j4
+- make run-tests BUILDTYPE=${BUILDTYPE} -j4
# TODO - port to linux
#- make run-headless-test BUILDTYPE=${BUILDTYPE}