mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Update Travis-CI script to use Gulp.
This commit is contained in:
parent
c8bc179928
commit
d78d15998f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
script: 'npm install -g bower && bower install && cd build && ./minify-components.sh && cd .. && npm run lint && gulp test'
|
||||
- "4.2.4"
|
||||
script: 'npm install -g bower && bower install && npm run lint && gulp build && gulp test'
|
||||
|
|
Loading…
Reference in a new issue