paper.js/.travis.yml

5 lines
146 B
YAML
Raw Normal View History

2015-12-01 23:42:28 -05:00
language: node_js
node_js:
- "0.12"
script: 'npm install -g bower && bower install && cd build && ./minify-components.sh && cd .. && gulp test'