oauth2-server/.travis.yml
Alex Bilbie 4a71c376b8 Merge branch 'refs/heads/master' into develop
Conflicts:
	.travis.yml
	README.md
2013-09-26 11:18:10 +01:00

9 lines
141 B
YAML

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