1
0
mirror of https://github.com/danog/dns.git synced 2024-12-02 09:27:55 +01:00
dns/.travis.yml

15 lines
185 B
YAML
Raw Normal View History

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