Skip to content

Commit

Permalink
Travis CI migrated
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Dec 23, 2020
1 parent 3ad959f commit c49c567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: php

env:
XDEBUG_MODE=coverage

php:
- 7.4
- 8.0
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c49c567

Please sign in to comment.