mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Add travis
This commit is contained in:
parent
1e72447a7d
commit
50a0549bcf
1 changed files with 4 additions and 0 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
script: 'npm install -g bower && bower install && cd build && ./minify-components.sh && cd .. && gulp test'
|
Loading…
Reference in a new issue