.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>
This commit is contained in:
Chris Packham 2017-06-16 08:54:40 +12:00
parent 07a3b822f5
commit 8e1cfbdad1

View File

@ -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