Skip to content

Commit

Permalink
doc: replace status badges with new Actions badge
Browse files Browse the repository at this point in the history
PR-URL: #2218
Reviewed-By: Christian Clauss <[email protected]>
Reviewed-By: Matias Lopez <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
  • Loading branch information
rvagg committed Oct 14, 2020
1 parent 2317dc4 commit 754996b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# `node-gyp` - Node.js native addon build tool

[![Travis CI](https://travis-ci.com/nodejs/node-gyp.svg?branch=master)](https://travis-ci.com/nodejs/node-gyp)
[![Build Status](https:/nodejs/node-gyp/workflows/Python_tests/badge.svg)](https:/nodejs/node-gyp/actions?workflow=Python_tests)
[![Build Status](https:/nodejs/node-gyp/workflows/Tests/badge.svg?branch=master)](https:/nodejs/node-gyp/actions?query=workflow%3ATests+branch%3Amaster)

`node-gyp` is a cross-platform command-line tool written in Node.js for
compiling native addon modules for Node.js. It contains a vendored copy of the
Expand Down

0 comments on commit 754996b

Please sign in to comment.