From e3cfed65cb5717b43c52166f21054eea8f62f7bb Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Thu, 25 Jan 2018 17:14:05 -0200 Subject: [PATCH] up: travis config with node 9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e61c376..780a4b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js -node_js: 7.10 +node_js: 9 before_script: - export CHROME_BIN=chromium-browser