summaryrefslogtreecommitdiff
path: root/.travis.sh
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2017-06-15 20:54:40 (GMT)
committerChris Packham <judge.packham@gmail.com>2017-06-16 01:51:17 (GMT)
commit8e1cfbdad10c50977a5a732b666333be391f9c3d (patch)
tree369dbb44f6bb661b6d559705452ad3098be8e8bd /.travis.sh
parent07a3b822f5af247a62b98efcc48ed319d439e296 (diff)
.travis.sh: increase the number of jobs to run in parallel
The travis-ci.org vms have 2 cores so lets oversubscribe them a little to speed things up. Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to '.travis.sh')
-rw-r--r--.travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.sh b/.travis.sh
index 7cb6b14..097ce3c 100644
--- a/.travis.sh
+++ b/.travis.sh
@@ -18,7 +18,7 @@ ct-ng_travis_build()
.config
# Build the sample
- ct-ng build.2 &
+ ct-ng build.8 &
local build_pid=$!
# Start a runner task to print a "still running" line every 5 minutes