oauth2-server/.travis.yml
2013-12-02 18:47:56 +00:00

8 lines
133 B
YAML

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