From bd6c53f552048343a85b308c63868b68745419b7 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Mon, 31 Oct 2016 17:47:14 -0700 Subject: [PATCH] chore: drop support for Node.js 0.10 BREAKING CHANGE: This module no longer supports Node.js 0.10 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 266cd02..3de257e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,7 @@ notifications: on_failure: change node_js: - - "0.10" - - "0.12" - - "iojs" + - 4 + - 6 after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"