mirror of
https://github.com/danog/dns.git
synced 2024-12-02 09:27:55 +01:00
15 lines
185 B
YAML
15 lines
185 B
YAML
|
language: php
|
||
|
|
||
|
git:
|
||
|
submodules: false
|
||
|
|
||
|
php:
|
||
|
- 5.5
|
||
|
- 5.4
|
||
|
|
||
|
before_script:
|
||
|
- composer install
|
||
|
|
||
|
script: php ./vendor/bin/phpunit --configuration test/phpunit.xml --coverage-text
|
||
|
|