From 6b8f2652dde9f687f4d98fb26cf923825c2776c1 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Mon, 18 Nov 2019 13:37:59 +1100 Subject: [PATCH] doc: add travis badge PR-URL: https://github.com/nodejs/node-gyp/pull/1971 Reviewed-By: Richard Lau Reviewed-By: Jiawen Geng Reviewed-By: Jiawen Geng --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b1c171305..f6dd0e9561 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # `node-gyp` - Node.js native addon build tool +[![Build Status](https://travis-ci.com/nodejs/node-gyp.svg?branch=master)](https://travis-ci.com/nodejs/node-gyp) + `node-gyp` is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. It contains a fork of the [gyp](https://gyp.gsrc.io) project that was previously used by the Chromium