Do not try to run Selenium tests in normal tests run

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-02-22 09:06:34 +01:00
parent 69ac841539
commit 2b93cf164b

View File

@ -2,7 +2,7 @@
ant locales
PHPUNIT_ARGS="--exclude-group selenium"
export PHPUNIT_ARGS="--exclude-group selenium"
if [ $TRAVIS_PHP_VERSION = "hhvm" ] ; then
ant phpunit-hhvm