Use node.js 6 instead 6.1 to have the latest v6.x
This commit is contained in:
parent
37c609359a
commit
1a76fb843a
|
@ -4,7 +4,7 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
node_js:
|
node_js:
|
||||||
- '6.1'
|
- 6
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- TEST_BROWSER_NAME=chrome TEST_BROWSER_OS='Windows 10,Linux,OS X 10.11'
|
- TEST_BROWSER_NAME=chrome TEST_BROWSER_OS='Windows 10,Linux,OS X 10.11'
|
||||||
|
|
Loading…
Reference in New Issue