Skip to content

Commit

Permalink
.travis.sh: increase the number of jobs to run in parallel
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cpackham committed Jun 16, 2017
1 parent 07a3b82 commit 8e1cfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e1cfbd

Please sign in to comment.