Skip to content

Commit ef17f05

Browse files
committedJun 14, 2021
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
1 parent b195d2f commit ef17f05

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed
 

‎.travis.yml

-7
This file was deleted.

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# eslint-config-semistandard [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
1+
# eslint-config-semistandard [![tests][tests-image]][tests-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
22

3-
[travis-image]: https://img.shields.io/travis/standard/eslint-config-semistandard.svg
4-
[travis-url]: https://travis-ci.org/standard/eslint-config-semistandard
3+
[tests-image]: https://github.com/standard/eslint-config-semistandard/actions/workflows/test.yml/badge.svg
4+
[tests-url]: https://github.com/standard/eslint-config-semistandard/actions/workflows/test.yml
55
[npm-image]: https://img.shields.io/npm/v/eslint-config-semistandard.svg
66
[npm-url]: https://www.npmjs.com/package/eslint-config-semistandard
77
[downloads-image]: https://img.shields.io/npm/dm/eslint-config-semistandard.svg

0 commit comments

Comments
 (0)
Please sign in to comment.