mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
8 lines
133 B
YAML
8 lines
133 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
|
|
before_script: composer install --prefer-source
|
|
script: phpunit --configuration phpunit.xml.dist |