From d63e03a8e75ff39cec60f8d6fd82e57078373207 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 2 Aug 2018 21:00:13 -0400 Subject: Use build.py -j2 on travis. Avoids OOM during rollup. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0c8966628..00cd5ed59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,8 @@ install: - export CCACHE_SLOPPINESS=time_macros - ccache -s - ./tools/setup.py - - ./tools/build.py + # Travis hangs without -j2 argument to ninja. + - ./tools/build.py -j2 script: - ./tools/lint.py - ./tools/test.py $DENO_BUILD_PATH -- cgit v1.2.3