From 0ca8d745b98a01a5b1c46249c8d41a16b3bcedbe Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Mon, 20 Jul 2015 20:18:33 -0700 Subject: [PATCH] Increase j to 4 Try building faster on Travis now that we're using Release and have less code. --- travis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/build.sh b/travis/build.sh index 5e11bb79e..6ad5b6328 100755 --- a/travis/build.sh +++ b/travis/build.sh @@ -3,4 +3,4 @@ set -ex # Linux Debug ./sky/tools/gn --release -ninja -j 2 -C out/Release +ninja -j 4 -C out/Release