From 20d99ec2d51df8fc0145881f25e979633edd1d61 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Sat, 18 Jul 2015 20:10:09 -0700 Subject: [PATCH] Use -j 1 on Travis Still experimenting to see if we can consistently get green results from Travis. --- travis/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/travis/build.sh b/travis/build.sh index bb1dbd3ef..841328339 100755 --- a/travis/build.sh +++ b/travis/build.sh @@ -3,5 +3,4 @@ set -ex # Linux Debug ./sky/tools/gn --debug -ninja -j 2 -C out/Debug -./sky/tools/test_sky --debug --child-processes=1 +ninja -j 1 -C out/Debug -- GitLab