Skip to content

Commit 4d56e6d

Browse files
committed
Update nodejs versions we test CI against
- Remove 0.11 as a target version because it is not relevant anymore - Add 4.x.x for LTS and 6.x.x for 'current'
1 parent 8e7e471 commit 4d56e6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
33
- "0.10"
4-
- "0.11"
54
- "0.12"
5+
- "4"
6+
- "6"

0 commit comments

Comments
 (0)