mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-04 03:45:58 -05:00
5 lines
146 B
YAML
5 lines
146 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "0.12"
|
||
|
script: 'npm install -g bower && bower install && cd build && ./minify-components.sh && cd .. && gulp test'
|