diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..5d892654 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: node_js +node_js: +- "0.10" +- "0.11" +matrix: + fast_finish: true + allow_failures: + - node_js: 0.11 diff --git a/README.md b/README.md index 09ae0323..f5eebbb2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![Tough Cookie](http://www.goinstant.com.s3.amazonaws.com/tough-cookie.jpg) +[![Build Status](https://travis-ci.org/goinstant/node-cookie.png?branch=master)](https://travis-ci.org/goinstant/node-cookie) + [![NPM Stats](https://nodei.co/npm/tough-cookie.png?downloads=true&stars=true)](https://npmjs.org/package/tough-cookie) ![NPM Downloads](https://nodei.co/npm-dl/tough-cookie.png?months=9)