Skip to content

Commit 622a129

Browse files
mgolscottgonzalez
authored andcommitted
Build: Run Travis tests on Node.js 6, not 0.12
Node.js 0.12 loses upstream support at the end of 2016, while Node 6 is in the Active support phase until 2018-04-18 and will receive security fixes until 2019-04-18. Closes jquerygh-1767
1 parent 863a49f commit 622a129

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 @@ sudo: required
22
dist: trusty
33
language: node_js
44
node_js:
5-
- "0.12"
5+
- "6"

0 commit comments

Comments
 (0)