mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
23 lines
289 B
YAML
23 lines
289 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- php: hhvm
|
|
|
|
before_script:
|
|
- composer self-update
|
|
- composer --version
|
|
- composer install --prefer-source
|
|
|
|
script: phpunit --configuration phpunit.xml.dist
|
|
|
|
cache:
|
|
directories:
|
|
- vendor
|