From df5730104c82feb9229c276b49a0552ead4fd381 Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Fri, 31 May 2013 13:31:24 -0600 Subject: [PATCH] single-thread the tests I'm worried there is memory pressures. Better safe than sorry for now. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9391a03bd..81ac32afc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ before_script: # for some tests - sudo locale-gen de_DE - HPHP_HOME=`pwd` make -j 8 -script: hphp/hhvm/hhvm hphp/test/run --arg --threads 8 quick zend +script: hphp/hhvm/hhvm hphp/test/run --arg --threads 1 quick zend