diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f264c6c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: php -sudo: true - -php: - - 7.1 - - 7.2 - - 7.3 - - 7.4 - -before_script: - - composer self-update - - composer install --prefer-source --no-interaction --dev --ignore-platform-reqs - -script: - - XDEBUG_MODE=coverage ./vendor/bin/phpunit - -after_success: - - travis_retry php vendor/bin/php-coveralls -v diff --git a/README.md b/README.md index 9e07070..d2a78df 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ I hate complex wrappers. This lets you get from the TrustedShops API docs to the Requires PHP 7.0+. Abstraction is for chimps. -[![Build Status](https://travis-ci.org/antistatique/trustedshops-php-sdk.svg?branch=master)](https://travis-ci.org/antistatique/trustedshops-php-sdk) -[![StyleCI](https://github.styleci.io/repos/207270598/shield?branch=master)](https://github.styleci.io/repos/207270598) +[![Build](https://github.com/antistatique/trustedshops-php-sdk/actions/workflows/tests.yml/badge.svg)](https://github.com/antistatique/trustedshops-php-sdk/actions/workflows/tests.yml) [![Coverage Status](https://coveralls.io/repos/github/antistatique/trustedshops-php-sdk/badge.svg?branch=master)](https://coveralls.io/github/antistatique/trustedshops-php-sdk?branch=master) [![Packagist](https://img.shields.io/packagist/dt/antistatique/trustedshops-php-sdk.svg?maxAge=2592000)](https://packagist.org/packages/antistatique/trustedshops-php-sdk) [![License](https://poser.pugx.org/antistatique/trustedshops-php-sdk/license)](https://packagist.org/packages/antistatique/trustedshops-php-sdk)