1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 20:14:51 +01:00
dns/.travis.yml
2014-09-24 10:38:34 -04:00

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