From a6e4cc6a41a22879a765de570a479f0bb377aca2 Mon Sep 17 00:00:00 2001 From: Pavol Pitonak Date: Tue, 2 Aug 2016 15:27:18 +0200 Subject: [PATCH] Travis config: Node.js 6 and 4 added, version 11 removed --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 22871eb..a42449d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: node_js node_js: + - "6" + - "4" - "0.12" - - "0.11" - "0.10" - "iojs" after_success: ./node_modules/.bin/coveralls --verbose < coverage/lcov.info