Skip to content

Commit

Permalink
Update TravisCI to modern versions of Node.js
Browse files Browse the repository at this point in the history
Also remove 0.8, as it's ancient.
  • Loading branch information
Havvy committed Mar 20, 2016
1 parent 141f4ab commit 7058205
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,4 +1,6 @@
language: node_js
node_js:
- "stable"
- "5"
- "4"
- "0.10"
- "0.8"

0 comments on commit 7058205

Please sign in to comment.