diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 45880e9..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -language: php - -sudo: false - -cache: - directories: - - $HOME/.composer/cache - -php: - - 7.2 - - 7.3 - - 7.4 - - 8.0 - - nightly - -matrix: - fast_finish: true - allow_failures: - - php: 8.0 - - php: nightly - -before_install: - - composer selfupdate - -install: - - composer install --no-interaction --prefer-dist - -script: - - vendor/bin/phpunit --coverage-text diff --git a/README.md b/README.md index c02005c..dc84841 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Github WebHook ================== [![Build -Status](https://secure.travis-ci.org/Swop/github-webhook.png?branch=master)](http://travis-ci.org/Swop/github-webhook) +Status](https://github.com/Swop/github-webhook/workflows/tests/badge.svg)](https://github.com/Swop/github-webhook/actions) This library offers a set of tools which could become handy when dealing with GitHub web hook requests.