From 508d60d82893dfbca5a1cb1c407361b972095463 Mon Sep 17 00:00:00 2001 From: Brendan Kenny Date: Mon, 22 Oct 2018 15:35:41 -0700 Subject: [PATCH] tests: run node 10 on Travis (#6361) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 210f03e6ee8a..362465fae53e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ branches: matrix: include: - node_js: "8" - - node_js: "9" + - node_js: "10" if: head_branch IS blank AND branch = master dist: trusty cache: @@ -42,7 +42,7 @@ script: - yarn test-viewer - yarn test-lantern - yarn i18n:checks - # _JAVA_OPTIONS is breaking parsing of compiler output. See #3338. + # _JAVA_OPTIONS is breaking parsing of `compile-devtools` output. See #3338. - unset _JAVA_OPTIONS # FIXME(paulirish): re-enable after a roll of LH->CDT # - yarn compile-devtools