Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Commit

Permalink
Updated .travis.yml to test on latest Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-steele-idem committed May 26, 2016
1 parent 128bbe6 commit 305d0f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
node_js:
- "0.10"
- "0.11"
- "4"
- "5"
- "6"
language: node_js
script: "npm test"

0 comments on commit 305d0f8

Please sign in to comment.