Skip to content

Commit 01d280b

Browse files
committedSep 28, 2015
Add Node v4 and remove iojs
Since 3.x will likely be the last line of iojs, and Node v4 is LTS-destined. I imagine the entry "4" will continue to be the latest stable release of the 4.x line on travis and with the help of semver should represent compatibility on all of 4.x 😄
1 parent 0e407f0 commit 01d280b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: node_js
22
node_js:
33
- "0.10"
44
- "0.12"
5-
- "iojs"
5+
- "4"

0 commit comments

Comments
 (0)