mirror of
https://github.com/danog/dns.git
synced 2024-11-26 20:14:51 +01:00
14 lines
179 B
YAML
14 lines
179 B
YAML
language: php
|
|
|
|
git:
|
|
submodules: false
|
|
|
|
php:
|
|
- 5.6
|
|
- 5.5
|
|
|
|
before_script:
|
|
- composer install
|
|
|
|
script: php ./vendor/bin/phpunit --configuration ./phpunit.xml --coverage-text
|