Do not try to run selenium tests in Travis by default

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-03-26 13:38:08 +01:00
parent 26fddde475
commit 55b08b0f55

View File

@ -4,6 +4,9 @@ php:
- "5.4"
- "5.3"
- hhvm
env:
matrix:
PHPUNIT_ARGS="--exclude-group selenium"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq ant