File tree Expand file tree Collapse file tree 3 files changed +12
-33
lines changed Expand file tree Collapse file tree 3 files changed +12
-33
lines changed Original file line number Diff line number Diff line change 11language : php
22
3+ php :
4+ - 5.6
5+ - 7.0
6+ - 7.1
7+ - 7.2
8+ - nightly
9+
310matrix :
4- include :
5- - php : 5.6
6- - php : 7.0
7- - php : 7.1
8- - php : 7.2
9- - php : nightly
10- - php : hhvm-3.6
11- sudo : required
12- dist : trusty
13- group : edge
14- - php : hhvm-3.9
15- sudo : required
16- dist : trusty
17- group : edge
18- - php : hhvm-3.12
19- sudo : required
20- dist : trusty
21- group : edge
22- - php : hhvm-3.15
23- sudo : required
24- dist : trusty
25- group : edge
26- - php : hhvm-nightly
27- sudo : required
28- dist : trusty
29- group : edge
30- fast_finish : true
31- allow_failures :
32- - php : nightly
33- - php : hhvm-nightly
11+ fast_finish : true
12+ allow_failures :
13+ - php : nightly
14+
15+ sudo : false
3416
3517before_install :
3618 - travis_retry composer self-update
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ This package makes it simple to integrate your application with [OAuth 2.0](http
77[ ![ Latest Version] ( https://img.shields.io/github/release/thephpleague/oauth2-client.svg?style=flat-square )] ( https://github.com/thephpleague/oauth2-client/releases )
88[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( https://github.com/thephpleague/oauth2-client/blob/master/LICENSE )
99[ ![ Build Status] ( https://img.shields.io/travis/thephpleague/oauth2-client/master.svg?style=flat-square )] ( https://travis-ci.org/thephpleague/oauth2-client )
10- [ ![ HHVM Status] ( https://img.shields.io/hhvm/league/oauth2-client.svg?style=flat-square )] ( http://hhvm.h4cc.de/package/league/oauth2-client )
1110[ ![ Scrutinizer] ( https://img.shields.io/scrutinizer/g/thephpleague/oauth2-client/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/thephpleague/oauth2-client/ )
1211[ ![ Coverage Status] ( https://img.shields.io/coveralls/thephpleague/oauth2-client/master.svg?style=flat-square )] ( https://coveralls.io/r/thephpleague/oauth2-client?branch=master )
1312[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/league/oauth2-client.svg?style=flat-square )] ( https://packagist.org/packages/league/oauth2-client )
@@ -30,7 +29,6 @@ The following versions of PHP are supported.
3029* PHP 7.0
3130* PHP 7.1
3231* PHP 7.2
33- * HHVM
3432
3533## Providers
3634
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ League/oauth2-client
1212[ ![ Latest Version] ( https://img.shields.io/github/release/thephpleague/oauth2-client.svg?style=flat-square )] ( https://github.com/thephpleague/oauth2-client/releases )
1313[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( https://github.com/thephpleague/oauth2-client/blob/master/LICENSE )
1414[ ![ Build Status] ( https://img.shields.io/travis/thephpleague/oauth2-client/master.svg?style=flat-square )] ( https://travis-ci.org/thephpleague/oauth2-client )
15- [ ![ HHVM Status] ( https://img.shields.io/hhvm/league/oauth2-client.svg?style=flat-square )] ( http://hhvm.h4cc.de/package/league/oauth2-client )
1615[ ![ Coverage Status] ( https://img.shields.io/coveralls/thephpleague/oauth2-client/master.svg?style=flat-square )] ( https://coveralls.io/r/thephpleague/oauth2-client?branch=master )
1716[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/league/oauth2-client.svg?style=flat-square )] ( https://packagist.org/packages/league/oauth2-client )
1817
You can’t perform that action at this time.
0 commit comments