oauth2-server/.travis.yml
Erick Torres fbb3586cae Merge branch 'master' of github.com:erickjth/oauth2-server into fix-pkce-implementation
# Conflicts:
#	src/Grant/AuthCodeGrant.php
#	tests/Grant/AuthCodeGrantTest.php
2017-07-07 12:06:32 -05:00

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