Skip to content

Commit 9250a80

Browse files
author
Anton
authored
Merge pull request #9 from bluzphp/develop
Added PHP 7.3 build for TravisCI
2 parents bcd3c77 + 4cbcc52 commit 9250a80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
php:
33
- 7.1
44
- 7.2
5+
- 7.3
56
- master
67
matrix:
78
allow_failures:

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/bluzphp/module-auth.svg?style=flat)](https://scrutinizer-ci.com/g/bluzphp/module-auth/)
1212

13-
[![Coverage Status](https://img.shields.io/coveralls/bluzphp/module-auth/master.svg?style=flat)](https://coveralls.io/r/bluzphp/module-auth?branch=master)
14-
1513
[![Total Downloads](https://img.shields.io/packagist/dt/bluzphp/module-auth.svg?style=flat)](https://packagist.org/packages/bluzphp/module-auth)
1614

1715
[![License](https://img.shields.io/packagist/l/bluzphp/module-auth.svg?style=flat)](https://packagist.org/packages/bluzphp/module-auth)

0 commit comments

Comments
 (0)