From b9d9f106f5c727ed393a95b8000149bf1e173fbe Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 26 Apr 2018 13:10:22 +0000 Subject: [PATCH] Update to node 10 in .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7a973fb..f6c6714 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: node_js node_js: - "6" - "7" + - "10" git: submodules: false