Skip to content

Commit f2eb06d

Browse files
committed
Update Travis CI badge to GitHub Actions [skip ci]
This project hasn't been using Travis CI since it switched to GitHub Actions in #179 (Feb 2021), but the README still shows the old Travis CI badge which currently shows build status as "failing".
1 parent 63bde4b commit f2eb06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# preact-render-to-string
22

33
[![NPM](http://img.shields.io/npm/v/preact-render-to-string.svg)](https://www.npmjs.com/package/preact-render-to-string)
4-
[![travis-ci](https://travis-ci.org/preactjs/preact-render-to-string.svg)](https://travis-ci.org/preactjs/preact-render-to-string)
4+
[![Build status](https://github.com/preactjs/preact-render-to-string/actions/workflows/ci.yml/badge.svg)](https://github.com/preactjs/preact-render-to-string/actions/workflows/ci.yml)
55

66
Render JSX and [Preact] components to an HTML string.
77

0 commit comments

Comments
 (0)