From 0f4ca39fa358be6aee3a2f295eba6852b3d66bb1 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sat, 18 Nov 2017 17:12:27 -0500 Subject: [PATCH] Add Node 9 to Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fb2f6214c..0c886cf8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: - "8" + - "9" cache: directories: - node_modules