Do not try to run selenium tests in Travis by default
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
26fddde475
commit
55b08b0f55
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user