From b108dcba0a6bd9030a200adb614fae0dff7ece08 Mon Sep 17 00:00:00 2001 From: Brendan Kenny Date: Tue, 12 Feb 2019 18:59:29 -0800 Subject: [PATCH] tests: run node 11 in CI --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bfd347b23803..b42b9cebf980 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ matrix: - node_js: "8" - node_js: "10" if: head_branch IS blank AND branch = master + - node_js: "11" + if: head_branch IS blank AND branch = master dist: trusty cache: yarn: true