From 394e23c860bc98a762c8b09efe01537719544384 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 7 May 2018 15:27:32 +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 ac488182..2f2131f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ notifications: node_js: - "8" + - "10" cache: yarn: true