mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Travis CI: Implement automatic deployment of prebuilt versions on each commit, and caching of assets and NVM.
Builds are deployed to prebuilt/dist an prebuilt/module branches.
This commit is contained in:
parent
90e1cf8f5e
commit
834d2303a6
8 changed files with 155 additions and 24 deletions
|
@ -36,6 +36,6 @@ gulp.task('test:node', ['minify:acorn'], function(callback) {
|
|||
// present and handles the loading transparently.
|
||||
{ path: '../dist/paper-full.js', namespace: 'paper' }
|
||||
],
|
||||
timeout: 20
|
||||
timeout: 40
|
||||
}));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue