Skip to content

Commit

Permalink
chore: update travis matrix
Browse files Browse the repository at this point in the history
Remove iojs in favor of Node 4 and Node 5
  • Loading branch information
t1st3 committed Jan 13, 2016
1 parent 1b4afe3 commit 18457f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- iojs
- "5"
- "4"
- "0.12"
- "0.10"

0 comments on commit 18457f8

Please sign in to comment.