doc: add travis badge

PR-URL: https://github.com/nodejs/node-gyp/pull/1971
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
This commit is contained in:
Rod Vagg 2019-11-18 13:37:59 +11:00
parent 04da736d38
commit 6b8f2652dd
No known key found for this signature in database
GPG key ID: C273792F7D83545D

View file

@ -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