From 3238cd1c753fba28d74b04fafe1d1384811f7828 Mon Sep 17 00:00:00 2001 From: Jack Wall Date: Sun, 7 Dec 2014 23:40:15 +0000 Subject: [PATCH] adding shields phpunit travisci debug removing 5.3 from travis.yml --- .travis.yml | 1 - README.md | 4 ++++ phpunit.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 948062b..a687020 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.3 - 5.4 - 5.5 - 5.6 diff --git a/README.md b/README.md index 46dd33a..70d2954 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/phpunit.xml b/phpunit.xml index 9434224..a6ad4ab 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,4 +1,4 @@ - + tests