mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
8 lines
111 B
YAML
8 lines
111 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
|
|
before_script: composer install --dev
|
|
script: phpunit -c build/phpunit.xml |