]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Use node.js 6 instead 6.1 to have the latest v6.x
authorPeter Dave Hello <hsu@peterdavehello.org>
Tue, 9 Jan 2018 02:42:43 +0000 (10:42 +0800)
committerPeter Dave Hello <hsu@peterdavehello.org>
Tue, 9 Jan 2018 03:49:28 +0000 (11:49 +0800)
.travis.yml

index 1ccde9b0ef779ec44aef9989887ebb9e677dd4dc..5798781f901bf0606ea4b1302fa7693aaf324365 100644 (file)
@@ -4,7 +4,7 @@ cache:
   directories:
   - node_modules
 node_js:
-- '6.1'
+ - 6
 env:
   matrix:
   - TEST_BROWSER_NAME=chrome TEST_BROWSER_OS='Windows 10,Linux,OS X 10.11'