docs: correct build status badge

Currently Travis CI is not used, so I replaced it with the Github Actions badge
pull/4093/head
Varun A 6 years ago committed by GitHub
parent 0a6310f7a3
commit 827050a87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,8 +11,8 @@
<img src="https://packagephobia.now.sh/badge?p=svelte" alt="install size">
</a>
<a href="https://travis-ci.org/sveltejs/svelte">
<img src="https://api.travis-ci.org/sveltejs/svelte.svg?branch=master"
<a href="https://github.com/sveltejs/svelte/actions">
<img src="https://github.com/sveltejs/svelte/workflows/CI/badge.svg"
alt="build status">
</a>

Loading…
Cancel
Save