paper.js/.travis.yml
2015-12-02 13:44:29 +09:00

4 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'