mirror of
https://github.com/danog/dns.git
synced 2024-11-30 04:29:06 +01:00
a50369e71e
- Add tests - Configure repo for use with Travis - Add some more Cache implementations
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
|
|
|