mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
16ed4ea51c
We should test against 5.5.9 as well since that is the lowest requirement.
26 lines
264 B
YAML
26 lines
264 B
YAML
language: php
|
|
|
|
sudo: false
|
|
|
|
cache:
|
|
directories:
|
|
- vendor
|
|
|
|
php:
|
|
- 5.5.9
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
- hhvm
|
|
|
|
install:
|
|
- travis_retry composer install --no-interaction --prefer-source
|
|
|
|
script:
|
|
- vendor/bin/phpunit
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- V5-WIP
|