mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-03 12:10:48 +05:30
14 lines
179 B
YAML
14 lines
179 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- hhvm
|
|
|
|
before_script: composer install --prefer-source
|
|
script: phpunit --configuration phpunit.xml.dist
|
|
|
|
cache:
|
|
directories:
|
|
- vendor
|