From e7cfae06e6b024aae6fc61b7ac80d264fdd86005 Mon Sep 17 00:00:00 2001 From: Michel Selerin Date: Mon, 10 Feb 2020 16:09:25 +0100 Subject: [PATCH] chore: update node version to 10.x --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac81800..44f3962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "8" + - "10" after_success: - npm run codecov