From c468632d9c5f98d514938f8c33c76cb7ebd9c0f8 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Sat, 6 Jul 2019 17:55:14 +0100 Subject: [PATCH] test: update node.js versions for travis test --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0cfe42..0f25c14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ before_script: - git submodule update --init - npm install -g codeclimate-test-reporter node_js: - - "6" - "8" - - "9" - "10" + - "11" + - "12" after_script: - codeclimate-test-reporter < coverage/lcov.info - coveralls < coverage/lcov.info