summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@gmail.com>2020-01-14 04:37:38 +0200
committerPeter Dimov <pdimov@gmail.com>2020-01-14 04:37:38 +0200
commitc35a24076be6665aa64245e8eee4d9e4ab11f9ce (patch)
treefcfa0fe150abf0f08bada7c784c6d2d85fff6042
parentdabb917718c01b1e92a16571346e69205430b0ab (diff)
downloadboost-feature/travis-submodules-j3.tar.gz
Use --jobs 3 when updating submodulesfeature/travis-submodules-j3
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index eb083c511b..a95ec75b58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,9 @@ language: cpp
compiler: gcc
+git:
+ submodules: false
+
addons:
apt:
packages:
@@ -80,7 +83,7 @@ matrix:
after_script: true
install:
- - git submodule update --init
+ - git submodule update --init --jobs 3
script:
- mkdir __build && cd __build
@@ -98,7 +101,7 @@ matrix:
after_script: true
install:
- - git submodule update --init
+ - git submodule update --init --jobs 3
script:
- mkdir __build && cd __build
@@ -121,6 +124,7 @@ matrix:
before_install:
# Fetch the scripts to do the actual building/testing.
+ - git submodule update --init --jobs 3
- |
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_common.py" -P ..
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/${SCRIPT}.py" -P ..