summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.