From 964ab0d4b6b95a58c9df33c37e723dd597526504 Mon Sep 17 00:00:00 2001 From: Ed Grosvenor Date: Sat, 15 Jan 2022 18:31:42 -0600 Subject: [PATCH] Replace travis with github actions --- .travis.yml | 10 ---------- README.md | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3f03a9e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: php -php: - - 7.3 -group: stable -before_install: - - composer self-update -install: - - composer install -script: - - ./vendor/bin/phpunit diff --git a/README.md b/README.md index c28034c..6b37517 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -html2text [![Build Status](https://travis-ci.org/soundasleep/html2text.svg?branch=master)](https://travis-ci.org/soundasleep/html2text) [![Total Downloads](https://poser.pugx.org/soundasleep/html2text/downloads.png)](https://packagist.org/packages/soundasleep/html2text) +![example workflow](https://github.com/soundasleep/html2text/actions/workflows/test.yml/badge.svg) [![Total Downloads](https://poser.pugx.org/soundasleep/html2text/downloads.png)](https://packagist.org/packages/soundasleep/html2text) ========= html2text is a very simple script that uses DOM methods to convert HTML into a format similar to what would be