1
0
mirror of https://github.com/danog/dns.git synced 2024-11-30 04:29:06 +01:00
dns/.travis.yml
Danack a50369e71e Tests, Travis and Cache implementations
- Add tests
 - Configure repo for use with Travis
 - Add some more Cache implementations
2014-07-21 12:24:35 +01:00

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