mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
fbb3586cae
# Conflicts: # src/Grant/AuthCodeGrant.php # tests/Grant/AuthCodeGrantTest.php
24 lines
245 B
YAML
24 lines
245 B
YAML
language: php
|
|
|
|
dist: trusty
|
|
sudo: false
|
|
|
|
cache:
|
|
directories:
|
|
- vendor
|
|
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
|
|
install:
|
|
- travis_retry composer install --no-interaction --prefer-source
|
|
|
|
script:
|
|
- vendor/bin/phpunit
|
|
|
|
branches:
|
|
only:
|
|
- master
|