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.
This commit is contained in:
Pierre Ossman 2019-08-19 11:37:18 +02:00
parent 90d463f969
commit c47a3a3e09
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cache:
directories:
- node_modules
node_js:
- 6
- lts/*
env:
matrix:
- TEST_BROWSER_NAME=chrome TEST_BROWSER_OS='Windows 10'