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 gh-1767
This commit is contained in:
Michał Gołębiowski 2016-10-31 20:14:10 +01:00 committed by Scott González
parent 863a49f95b
commit 622a129a4d

View File

@ -2,4 +2,4 @@ sudo: required
dist: trusty
language: node_js
node_js:
- "0.12"
- "6"