mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
Add NODE 8 to test suite (#3986)
* try node 8 * removed node 7 remove node 7
This commit is contained in:
parent
cd18c1501f
commit
9f31b83510
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "7"
|
||||
- "8"
|
||||
- "6"
|
||||
- "4"
|
||||
script: 'npm run build && npm run test && npm run lint && npm run lint_tests'
|
||||
|
|
|
|||
Loading…
Reference in a new issue