From 4a4b72b492211248632303338e62c187c323c2ae Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Sun, 10 Dec 2017 10:32:01 -0800 Subject: [PATCH] update travis to test using node 9.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07c93e1..f94a53e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js sudo: false node_js: - - "6.2" + - "9.2"