summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold Daniels <arnold@jasny.net>2016-12-24 00:34:01 +0100
committerArnold Daniels <arnold@jasny.net>2016-12-24 00:34:01 +0100
commita14de98b8c0f5c72f7e15889bf00d5d2dbb43d11 (patch)
tree599a3e61cdfa019a7a7f3d4c7c32f7dc7e2f638b
parentf6de352abcbb73fe296acc0a6a2aed0138767bde (diff)
downloadauth-a14de98b8c0f5c72f7e15889bf00d5d2dbb43d11.zip
auth-a14de98b8c0f5c72f7e15889bf00d5d2dbb43d11.tar.gz
auth-a14de98b8c0f5c72f7e15889bf00d5d2dbb43d11.tar.bz2
Auto build fix
Travis run PHP 7.0 and 7.1. Do not run 5.4 and 5.5. Add badges to README
-rw-r--r--.travis.yml4
-rw-r--r--README.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 853a9e1..41ee6d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
language: php
php:
- - 5.4
- - 5.5
- 5.6
+ - 7.0
+ - 7.1
install:
- composer install
diff --git a/README.md b/README.md
index dfd79de..01daff5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
Auth
===
+[![Build Status](https://travis-ci.org/jasny/auth.svg?branch=master)](https://travis-ci.org/jasny/auth)
+[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jasny/auth/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jasny/auth/?branch=master)
+[![Code Coverage](https://scrutinizer-ci.com/g/jasny/auth/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/jasny/auth/?branch=master)
+
Authentication and level based authorization for PHP.