From 243219909eae177a1d6cd2bf534f41b431ffb3c7 Mon Sep 17 00:00:00 2001 From: Teddy Katz Date: Tue, 23 Oct 2018 14:47:38 -0400 Subject: [PATCH] Build: run tests on Node 11 Node 11 came out today. This adds it to the Travis build config. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ff3e956a702..22decd59f58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ node_js: - "8" - "9" - "10" + - "11" sudo: false branches: only: