mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
Use github action badges (#3056)
This commit is contained in:
parent
f7bbd71e21
commit
aa34c1df6a
2 changed files with 5 additions and 22 deletions
12
README.md
12
README.md
|
@ -1,16 +1,8 @@
|
||||||
# deno
|
# Deno
|
||||||
|
|
||||||
A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
|
A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
|
||||||
|
|
||||||
| **Linux & Mac** | **Windows** |
|
[](https://github.com/denoland/deno/actions)
|
||||||
| :------------------------: | :------------------------: |
|
|
||||||
| [![][tci badge]][tci link] | [![][avy badge]][avy link] |
|
|
||||||
|
|
||||||
<!-- prettier-ignore -->
|
|
||||||
[avy badge]: https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x?branch=master&svg=true
|
|
||||||
[avy link]: https://ci.appveyor.com/project/deno/deno
|
|
||||||
[tci badge]: https://travis-ci.com/denoland/deno.svg?branch=master
|
|
||||||
[tci link]: https://travis-ci.com/denoland/deno
|
|
||||||
|
|
||||||
Deno aims to provide a productive and secure scripting environment for the
|
Deno aims to provide a productive and secure scripting environment for the
|
||||||
modern programmer. It is built on top of V8, Rust, and TypeScript.
|
modern programmer. It is built on top of V8, Rust, and TypeScript.
|
||||||
|
|
|
@ -30,18 +30,9 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><a href="https://github.com/denoland/deno">deno</a></th>
|
<th><a href="https://github.com/denoland/deno">deno</a></th>
|
||||||
<td>
|
<td colspan="2">
|
||||||
<a class="badge" href="https://travis-ci.com/denoland/deno">
|
<a class="badge" href="https://github.com/denoland/deno/actions">
|
||||||
<img
|
<img src="https://github.com/denoland/deno/workflows/build/badge.svg" />
|
||||||
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"
|
|
||||||
/>
|
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue