From c49c567ab82845acc93c47021de64181260cc14e Mon Sep 17 00:00:00 2001 From: Andrej Rypo Date: Wed, 23 Dec 2020 09:54:28 +0100 Subject: [PATCH] Travis CI migrated --- .travis.yml | 3 +++ readme.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ff0a89..90e0fdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: php +env: + XDEBUG_MODE=coverage + php: - 7.4 - 8.0 diff --git a/readme.md b/readme.md index 3dee239..f0d6b8e 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ ![PHP from Packagist](https://img.shields.io/packagist/php-v/dakujem/auth-middleware) ![PHP 8 ready & tested](https://img.shields.io/static/v1?label=php%208&message=tested%20%F0%9F%91%8D&color=green) -[![Build Status](https://travis-ci.org/dakujem/auth-middleware.svg?branch=main)](https://travis-ci.org/dakujem/auth-middleware) +[![Build Status](https://travis-ci.com/dakujem/auth-middleware.svg?branch=main)](https://travis-ci.com/dakujem/auth-middleware) [![Coverage Status](https://coveralls.io/repos/github/dakujem/auth-middleware/badge.svg?branch=main)](https://coveralls.io/github/dakujem/auth-middleware?branch=main) [![Join the chat at https://gitter.im/dakujem/auth-middleware](https://badges.gitter.im/dakujem/auth-middleware.svg)](https://gitter.im/dakujem/auth-middleware)