mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 07:08:06 +00:00
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:
@@ -4,7 +4,7 @@ cache:
|
||||
directories:
|
||||
- node_modules
|
||||
node_js:
|
||||
- 6
|
||||
- lts/*
|
||||
env:
|
||||
matrix:
|
||||
- TEST_BROWSER_NAME=chrome TEST_BROWSER_OS='Windows 10'
|
||||
|
||||
Reference in New Issue
Block a user