fabric.js/.travis.yml
Andrea Bogazzi b979bd5861 switch to canvas prebuilt (#3757)
* swithced to canvas prebuilt

* try 2

* remove toolchanin needed to setup canvas
2017-03-14 12:37:07 +01:00

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'