diff --git a/.gitattributes b/.gitattributes index 73f0986..8f74cf6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,8 @@ +/.github export-ignore /tests export-ignore .gitattributes export-ignore .gitignore export-ignore .scrutinizer.yml export-ignore -.travis.yml export-ignore CODE_OF_CONDUCT.md export-ignore CONTRIBUTING.md export-ignore phpunit.xml.dist export-ignore diff --git a/README.md b/README.md index 5222dc2..7895dd2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/staudenmeir/belongs-to-through.svg?branch=master)](https://travis-ci.org/staudenmeir/belongs-to-through) +![CI](https://github.com/staudenmeir/belongs-to-through/workflows/CI/badge.svg) [![Code Coverage](https://scrutinizer-ci.com/g/staudenmeir/belongs-to-through/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/staudenmeir/belongs-to-through/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/staudenmeir/belongs-to-through/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/staudenmeir/belongs-to-through/?branch=master) [![Latest Stable Version](https://poser.pugx.org/staudenmeir/belongs-to-through/v/stable)](https://packagist.org/packages/staudenmeir/belongs-to-through)