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:
Jürg Lehni 2016-01-30 02:56:05 +01:00
parent 90e1cf8f5e
commit 834d2303a6
8 changed files with 155 additions and 24 deletions

View file

@ -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
}));
});