oauth2-server/.travis.yml

9 lines
134 B
YAML
Raw Normal View History

2012-12-31 03:01:19 +05:30
language: php
php:
- 5.3
- 5.4
2013-07-27 05:17:10 +05:30
before_script: composer install --prefer-source
2013-07-26 15:26:23 +05:30
2013-07-27 05:02:04 +05:30
script: phpunit --configuration phpunit.xml.dist