From 388ef5b9844d85f224bbc862838885faf60c33f2 Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Fri, 14 Jun 2013 15:56:02 -0600 Subject: [PATCH] back to 8 compile processes I think they were running out of RAM --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab55cf38b..2fd5e9b7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_script: - ./configure_ubuntu_12.04.sh # for some tests - sudo locale-gen de_DE && sudo locale-gen zh_CN.utf8 - - HPHP_HOME=`pwd` make -j `grep -c '^processor' /proc/cpuinfo` + - HPHP_HOME=`pwd` make -j 8 script: hphp/hhvm/hhvm hphp/test/run --arg quick slow zend