From 622a129a4df9aa8f606b8af0558e2cdb76b102d4 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Mon, 31 Oct 2016 20:14:10 +0100 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7143893d2..ec9bb0c8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ sudo: required dist: trusty language: node_js node_js: - - "0.12" + - "6" -- cgit v1.2.3