language: node_js
node_js: node
cache: npm
script:
  - npm run lint
  - npm run build
  - npm run build-canvas2d
  - npm test