diff options
author | Chris Packham <judge.packham@gmail.com> | 2017-06-16 08:54:40 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2017-06-16 13:51:17 +1200 |
commit | 8e1cfbdad10c50977a5a732b666333be391f9c3d (patch) | |
tree | 369dbb44f6bb661b6d559705452ad3098be8e8bd | |
parent | 07a3b822f5af247a62b98efcc48ed319d439e296 (diff) | |
download | crosstool-ng-8e1cfbdad10c50977a5a732b666333be391f9c3d.tar.gz crosstool-ng-8e1cfbdad10c50977a5a732b666333be391f9c3d.tar.bz2 crosstool-ng-8e1cfbdad10c50977a5a732b666333be391f9c3d.zip |
.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>
-rw-r--r-- | .travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |