From 82f21f444feacc90945160cba670e0835a3a3aba Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Tue, 1 Nov 2016 05:03:24 +0530 Subject: [PATCH] chore: drop support for Node.js 0.10 BREAKING CHANGE: This module no longer supports Node.js 0.10 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 453adf9..6356845 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" node_js: - - '0.10' + - 6