From aa6bb062c5bfc8e61458ed2a1893f3c8ef11184e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 26 Apr 2018 15:42:15 +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 7f38735..f3da757 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ node_js: - 6 - 7 - 8 + - 10 after_success: - npm run coveralls \ No newline at end of file