Skip to content

Commit 754996b

Browse files
committed
doc: replace status badges with new Actions badge
PR-URL: #2218 Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Matias Lopez <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 2317dc4 commit 754996b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# `node-gyp` - Node.js native addon build tool
22

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

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

0 commit comments

Comments
 (0)