From 0eef7b5935473bf01dbff7a529af97080192c3a5 Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Fri, 31 May 2013 12:12:52 -0600 Subject: [PATCH] Run quick tests in travis The slow ones seems to abort halfway through, and a few zend ones aren't passing right now. :( --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad53a4f49..ed8a99893 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,5 @@ before_script: - ./configure_ubuntu_12.04.sh # for some tests - sudo locale-gen de_DE -script: HPHP_HOME=`pwd` make -j 8 + - HPHP_HOME=`pwd` make -j 8 +script: hphp/hhvm/hhvm hphp/test/run quick