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:
parent
90d463f969
commit
c47a3a3e09
|
@ -4,7 +4,7 @@ cache:
|
|||
directories:
|
||||
- node_modules
|
||||
node_js:
|
||||
- 6
|
||||
- lts/*
|
||||
env:
|
||||
matrix:
|
||||
- TEST_BROWSER_NAME=chrome TEST_BROWSER_OS='Windows 10'
|
||||
|
|
Loading…
Reference in New Issue