Skip to content

Commit

Permalink
Remove Travis CI, replace with GitHub Actions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
voxpelli committed Jun 14, 2021
1 parent 8b2602a commit efd2c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit efd2c7b

Please sign in to comment.