oauth2-server/.travis.yml
2013-07-27 06:47:10 +07:00

9 lines
134 B
YAML

language: php
php:
- 5.3
- 5.4
before_script: composer install --prefer-source
script: phpunit --configuration phpunit.xml.dist