diff --git a/.travis.yml b/.travis.yml index 9a43557ec..ab55cf38b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ 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 8 + - HPHP_HOME=`pwd` make -j `grep -c '^processor' /proc/cpuinfo` + script: hphp/hhvm/hhvm hphp/test/run --arg quick slow zend + notifications: irc: "chat.freenode.net#hhvm"