Use node.js 6 instead 6.1 to have the latest v6.x

This commit is contained in:
Peter Dave Hello 2018-01-09 10:42:43 +08:00
parent 37c609359a
commit 1a76fb843a
1 changed files with 1 additions and 1 deletions

View 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'