adding shields

phpunit travisci debug

removing 5.3 from travis.yml
This commit is contained in:
Jack Wall
2014-12-07 23:40:15 +00:00
committed by Jack Wall
parent 189ffea4dd
commit 3238cd1c75
3 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6

View File

@@ -1,5 +1,9 @@
# Vkontakte OAuth2 client provider
[![Build Status](https://travis-ci.org/j4k/oauth2-vkontakte.svg?branch=master)](https://travis-ci.org/j4k/oauth2-vkontakte)
[![Latest Stable Version](https://img.shields.io/packagist/v/j4k/oauth2-vkontakte.svg)](https://packagist.org/packages/j4k/oauth2-vkontakte)
[![License](https://img.shields.io/packagist/l/j4k/oauth2-vkontakte.svg)](https://packagist.org/packages/j4k/oauth2-vkontakte)
This package provides [Vkontakte](https://vk.com) integration for [OAuth2 Client](https://github.com/thephpleague/oauth2-client) by the League.
## Installation

View File

@@ -1,4 +1,4 @@
<phpunit colors="true" strict="true" backupGlobals="false" bootstrap="vendor/autoload.php">
<phpunit colors="true" strict="false" backupGlobals="false" timeoutForSmallTests="1" timeoutForMediumTests="5" timeoutForLargeTests="10" bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="All">
<directory>tests</directory>