From bbaf2f091c63d79ed65f4aaa6af3e1464519c2ee Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 21 Jun 2017 01:39:24 -0700 Subject: [PATCH] Add travis-Ci build status to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be4d0f9f..69b18603 100644 --- a/README.md +++ b/README.md @@ -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.