paper.js/.travis.yml

5 lines
162 B
YAML
Raw Normal View History

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