From fca204fd63ddb025490fd4d250d18810bb6c165b Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Wed, 12 Jun 2013 13:51:10 -0600 Subject: [PATCH] add slow tests with the repo contention test moved, these now all pass --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dcd45c0f5..f407efe50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ before_script: # for some tests - sudo locale-gen de_DE && sudo locale-gen zh_CN.utf8 - 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 8 quick slow zend notifications: irc: "chat.freenode.net#hhvm"