Do not try to run Selenium tests in normal tests run
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
69ac841539
commit
2b93cf164b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user