mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
4 lines
162 B
YAML
4 lines
162 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.12"
|
|
script: 'npm install -g bower && bower install && cd build && ./minify-components.sh && cd .. && npm run lint && gulp test'
|