Skip to content

Commit

Permalink
Merge pull request #6 from deathcap/travis
Browse files Browse the repository at this point in the history
Update travis to test on node v4, v5, and stable. Closes GH-5
  • Loading branch information
deathcap committed Feb 14, 2016
2 parents a06387a + c48feab commit 9585f56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- 4
- 5
- stable

0 comments on commit 9585f56

Please sign in to comment.