From 40093d5bdabc9aabbb08487b6e20480fbc662824 Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Fri, 31 May 2013 12:25:49 -0600 Subject: [PATCH] Add zend tests to travis With the updated systemlib they should pass --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed8a99893..e2c6f107c 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 quick +script: hphp/hhvm/hhvm hphp/test/run quick && hphp/hhvm/hhvm hphp/test/run zend