mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-22 12:21:51 +00:00
6 lines
129 B
YAML
6 lines
129 B
YAML
language: node_js
|
|
node_js:
|
|
- "7"
|
|
- "6"
|
|
- "4"
|
|
script: 'npm run build && npm run test && npm run lint && npm run lint_tests'
|