oauth2-server/.travis.yml

8 lines
133 B
YAML
Raw Normal View History

2012-12-30 21:31:19 +00:00
language: php
php:
- 5.4
2013-08-08 09:25:17 -04:00
- 5.5
2012-12-30 21:31:19 +00:00
2013-07-27 06:47:10 +07:00
before_script: composer install --prefer-source
2013-07-27 06:32:04 +07:00
script: phpunit --configuration phpunit.xml.dist