Add travis-Ci build status to README.md

This commit is contained in:
Andrey Lushnikov 2017-06-21 01:39:24 -07:00 committed by Pavel Feldman
parent 5e94d66c38
commit bbaf2f091c

View File

@ -1,4 +1,4 @@
# Puppeteer
# Puppeteer [![Build Status](https://travis-ci.com/GoogleChrome/puppeteer.svg?token=8jabovWqb8afz5RDcYqx&branch=master)](https://travis-ci.com/GoogleChrome/puppeteer)
Puppeteer is a Node library which provides a high-level API to control Chromium over the [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/). Puppeteer is inspired by [PhantomJS](http://phantomjs.org/). Check our [FAQ](#faq) to learn more.