oauth2-server/.travis.yml

12 lines
169 B
YAML
Raw Normal View History

2012-12-31 03:01:19 +05:30
language: php
php:
- 5.4
2013-08-08 18:55:17 +05:30
- 5.5
2012-12-31 03:01:19 +05:30
2013-07-27 05:17:10 +05:30
before_script: composer install --prefer-source
script: phpunit --configuration phpunit.xml.dist
cache:
directories:
- vendor