From: Peter Dave Hello Date: Tue, 9 Jan 2018 02:42:43 +0000 (+0800) Subject: Use node.js 6 instead 6.1 to have the latest v6.x X-Git-Tag: v1.1.0~93^2 X-Git-Url: https://git.proxmox.com/?p=mirror_novnc.git;a=commitdiff_plain;h=1a76fb843ab8910297a0353a35e96ffbe5b709d4 Use node.js 6 instead 6.1 to have the latest v6.x --- diff --git a/.travis.yml b/.travis.yml index 1ccde9b..5798781 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'