Skip to content

Commit efd2c7b

Browse files
committed
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 8b2602a commit efd2c7b

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# JavaScript Semi-Standard Style
2-
[![travis][travis-image]][travis-url]
2+
[![tests][tests-image]][tests-url]
33
[![npm][npm-image]][npm-url]
44
[![downloads][downloads-image]][downloads-url]
55

@@ -148,8 +148,8 @@ $ semistandard --verbose | snazzy
148148

149149
See [standard/standard] for more information.
150150

151-
[travis-image]: https://img.shields.io/travis/standard/semistandard.svg?style=flat-square
152-
[travis-url]: https://travis-ci.org/standard/semistandard
151+
[tests-image]: https://github.com/standard/semistandard/actions/workflows/test.yml/badge.svg
152+
[tests-url]: https://github.com/standard/semistandard/actions/workflows/test.yml
153153
[npm-image]: https://img.shields.io/npm/v/semistandard.svg?style=flat-square
154154
[npm-url]: https://npmjs.org/package/semistandard
155155
[downloads-image]: https://img.shields.io/npm/dm/semistandard.svg?style=flat-square

0 commit comments

Comments
 (0)