From 1ed466e337f5f369fea18a5a87805216583786c7 Mon Sep 17 00:00:00 2001 From: pvdlg Date: Fri, 4 May 2018 20:09:41 -0400 Subject: [PATCH] ci: run test on Node.js 10 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 14e0ac4b..d4b83146 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: - docker node_js: - - 9 + - 10 - 8 # Trigger a push build on caribou and greenkeeper branches + PRs build on every branches