1
0
mirror of https://github.com/danog/dns.git synced 2024-11-27 04:24:48 +01:00
dns/.travis.yml

14 lines
179 B
YAML
Raw Normal View History

language: php
git:
submodules: false
php:
2014-08-28 18:26:26 +02:00
- 5.6
- 5.5
before_script:
- composer install
2014-09-24 16:28:48 +02:00
script: php ./vendor/bin/phpunit --configuration ./phpunit.xml --coverage-text