mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
commit
5d6fa05373
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