Skip to content

Commit

Permalink
Use Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondmorris committed Dec 2, 2016
1 parent 808a8b0 commit 9856251
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: node_js
node_js:
- 6.1
- 4.4
- 0.12
- 0.10
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -2,7 +2,8 @@

An asynchronous client library for the Twitter [REST](https://dev.twitter.com/rest/public) and [Streaming](https://dev.twitter.com/streaming/overview) API's.

[![wercker status](https://app.wercker.com/status/624dbe8ad011852d1e01d7dc03941fc5/s/master "wercker status")](https://app.wercker.com/project/bykey/624dbe8ad011852d1e01d7dc03941fc5) [![NPM](https://nodei.co/npm/twitter.png?mini=true)](https://nodei.co/npm/twitter/)
[![Build Status](https://travis-ci.org/desmondmorris/node-twitter.svg?branch=master)](https://travis-ci.org/desmondmorris/node-twitter)
[![NPM](https://nodei.co/npm/twitter.png?mini=true)](https://nodei.co/npm/twitter/)

```javascript
var Twitter = require('twitter');
Expand Down
5 changes: 0 additions & 5 deletions wercker.yml

This file was deleted.

0 comments on commit 9856251

Please sign in to comment.