From efd2c7bea9e0c4fd5cc531ed5e92a1423ec2fcc5 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Mon, 14 Jun 2021 23:18:32 +0200 Subject: [PATCH] Remove Travis CI, replace with GitHub Actions As the currently used Travis CI is shutting down, likely tomorrow: https://blog.travis-ci.com/2021-05-07-orgshutdown And new billing makes GitHub Actions a simpler/cheaper place to be: https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing --- .travis.yml | 6 ------ README.md | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 47c18ee..0000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: node_js -node_js: - - lts/* - - 10 - - 12 - - 14 diff --git a/README.md b/README.md index 6cab49b..9c79b39 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # JavaScript Semi-Standard Style -[![travis][travis-image]][travis-url] +[![tests][tests-image]][tests-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] @@ -148,8 +148,8 @@ $ semistandard --verbose | snazzy See [standard/standard] for more information. -[travis-image]: https://img.shields.io/travis/standard/semistandard.svg?style=flat-square -[travis-url]: https://travis-ci.org/standard/semistandard +[tests-image]: https://github.com/standard/semistandard/actions/workflows/test.yml/badge.svg +[tests-url]: https://github.com/standard/semistandard/actions/workflows/test.yml [npm-image]: https://img.shields.io/npm/v/semistandard.svg?style=flat-square [npm-url]: https://npmjs.org/package/semistandard [downloads-image]: https://img.shields.io/npm/dm/semistandard.svg?style=flat-square