21 lines
262 B
YAML
21 lines
262 B
YAML
git:
|
|
depth: 3
|
|
|
|
language: php
|
|
sudo: false
|
|
|
|
php:
|
|
- 7.0
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
- hhvm
|
|
|
|
before_script:
|
|
- composer install
|
|
|
|
script:
|
|
- ./vendor/bin/phpunit -c tests/phpunit.unit.sqlite.xml
|
|
- ./vendor/bin/phpunit -c tests/phpunit.unit.postgres.xml
|