diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-10-03 12:26:48 -0400 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-10-03 18:26:48 +0200 |
| commit | aa34c1df6a4520c1e9f0da55289eb00434d6118f (patch) | |
| tree | 9dcde00abe2f1faf9c38d7dc995dacece9600611 /website/index.html | |
| parent | f7bbd71e219e61dd13bf4533d249150d39f4338e (diff) | |
Use github action badges (#3056)
Diffstat (limited to 'website/index.html')
| -rw-r--r-- | website/index.html | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/website/index.html b/website/index.html index dc298709b..2b4d29ba3 100644 --- a/website/index.html +++ b/website/index.html @@ -30,18 +30,9 @@ </tr> <tr> <th><a href="https://github.com/denoland/deno">deno</a></th> - <td> - <a class="badge" href="https://travis-ci.com/denoland/deno"> - <img - src="https://travis-ci.com/denoland/deno.svg?branch=master" - /> - </a> - </td> - <td> - <a class="badge" href="https://ci.appveyor.com/project/deno/deno"> - <img - src="https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x/branch/master?svg=true" - /> + <td colspan="2"> + <a class="badge" href="https://github.com/denoland/deno/actions"> + <img src="https://github.com/denoland/deno/workflows/build/badge.svg" /> </a> </td> </tr> |
