diff --git a/.gitattributes b/.gitattributes index aa6d4bbd..8cb9b55e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,10 @@ /docker export-ignore -/travis export-ignore /tests/.cache export-ignore .env.dist export-ignore .gitattributes export-ignore .gitignore export-ignore .php_cs export-ignore .scrutinizer.yml export-ignore -.travis.yml export-ignore CONTRIBUTING.md export-ignore docker-compose.yml export-ignore phpunit.ci.xml export-ignore diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 88a8cf6c..00000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: php - -os: linux -dist: xenial - -php: - - '7.1' - - '7.2' - - '7.3' - - '7.4' - - '8.0' - -branches: - only: - - master - -install: travis/install.sh -script: travis/script.sh -after_success: travis/success.sh - -git: - submodules: false - -notifications: - email: samuel.breu@bresam.ch diff --git a/README.md b/README.md index 80fc385b..4c4d1cc8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # README -[![Travis Build Status](https://api.travis-ci.com/bresam/ivory-google-map.svg?branch=master)](https://travis-ci.com/github/bresam/ivory-google-map) +[![Build](https://github.com/bresam/ivory-google-map/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/bresam/ivory-google-map/actions/workflows/build.yml) [![Code Coverage](https://scrutinizer-ci.com/g/bresam/ivory-google-map/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/bresam/ivory-google-map/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bresam/ivory-google-map/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/bresam/ivory-google-map/?branch=master) @@ -94,8 +94,7 @@ echo $apiHelper->render([$map]); ## Testing -The library is fully unit tested by [PHPUnit](http://www.phpunit.de/) with a code coverage close to **100%**. To -execute the test suite, check the travis [configuration](/.travis.yml). +The library is fully unit tested by [PHPUnit](http://www.phpunit.de/) with a code coverage close to **100%**. ## Contribute