From 254da5180eb123dd410313c66d581a98bb4266a0 Mon Sep 17 00:00:00 2001 From: Daniel Hritzkiv Date: Tue, 26 Mar 2024 23:38:09 -0400 Subject: [PATCH] Update README.md [skip ci] Replace Travis CI and Appveyor status badges with GitHub Actions one. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cbf7d9d5..50f59dd7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # gl -[![Travis CI](https://travis-ci.com/stackgl/headless-gl.svg?branch=master)](https://travis-ci.com/stackgl/headless-gl) -[![Appveyor](https://ci.appveyor.com/api/projects/status/g5ypwyffmtg1iu83/branch/master?svg=true)](https://ci.appveyor.com/project/dhritzkiv/headless-gl) +[![ci](https://github.com/stackgl/headless-gl/actions/workflows/ci.yml/badge.svg)](https://github.com/stackgl/headless-gl/actions/workflows/ci.yml) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) `gl` lets you create a WebGL context in [Node.js](https://nodejs.org/en/) without making a window or loading a full browser environment.