From c47a3a3e09b6829cf5c3d3d4c5eef795d63725f4 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 19 Aug 2019 11:37:18 +0200 Subject: [PATCH] Use latest NodeJS version in Travis We want the latest and not be stuck on some old version. Otherwise our scripts might not execute correctly. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 763bb5bf..da51f677 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ cache: directories: - node_modules node_js: - - 6 + - lts/* env: matrix: - TEST_BROWSER_NAME=chrome TEST_BROWSER_OS='Windows 10'