Skip to content

Commit ea87bba

Browse files
committed
Have travis build against node 5
Since it is the latest stable release, but 4 is the latest LTS release, we should have CI against both.
1 parent b8e5a89 commit ea87bba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22

33
node_js:
4+
- 'stable'
45
- '4'
56
- '0.10'
67

0 commit comments

Comments
 (0)