mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-28 07:50:23 +05:30
12 lines
137 B
YAML
12 lines
137 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
|
|
before_script: composer install --dev
|
|
script: phpunit
|
|
|
|
after_script:
|
|
- php vendor/bin/coveralls -v
|