diff options
author | Arnold Daniels <arnold@jasny.net> | 2016-12-24 00:34:01 +0100 |
---|---|---|
committer | Arnold Daniels <arnold@jasny.net> | 2016-12-24 00:34:01 +0100 |
commit | a14de98b8c0f5c72f7e15889bf00d5d2dbb43d11 (patch) | |
tree | 599a3e61cdfa019a7a7f3d4c7c32f7dc7e2f638b | |
parent | f6de352abcbb73fe296acc0a6a2aed0138767bde (diff) | |
download | auth-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.yml | 4 | ||||
-rw-r--r-- | README.md | 4 |
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 @@ -1,6 +1,10 @@ Auth === +[](https://travis-ci.org/jasny/auth) +[](https://scrutinizer-ci.com/g/jasny/auth/?branch=master) +[](https://scrutinizer-ci.com/g/jasny/auth/?branch=master) + Authentication and level based authorization for PHP. |