mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
12 lines
169 B
YAML
12 lines
169 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
|
|
before_script: composer install --prefer-source
|
|
script: phpunit --configuration phpunit.xml.dist
|
|
|
|
cache:
|
|
directories:
|
|
- vendor |