From fdba23581395436997539822deb530e387208bd8 Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Mon, 23 Apr 2018 04:45:15 +0900 Subject: [PATCH] Min node.js v6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 129eb45..2386e1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ notifications: on_failure: change node_js: - - '4' + - '6' - stable after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"