mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-07 19:49:09 -04:00
Fix tests and make Travis deploy scratch paperjs
This commit is contained in:
parent
2d790a3f34
commit
fd1435d94d
6 changed files with 54 additions and 35 deletions
gulp/utils
|
@ -34,9 +34,10 @@ if (argv.branch && argv.branch !== options.branch) {
|
|||
var version = options.version,
|
||||
branch = options.branch;
|
||||
|
||||
// If we're not on the master branch, use the branch name as a suffix:
|
||||
if (branch !== 'master')
|
||||
options.version += '-' + branch;
|
||||
// Take this out for now to reduce changes every build
|
||||
// // If we're not on the master branch, use the branch name as a suffix:
|
||||
// if (branch !== 'master')
|
||||
// options.version += '-' + branch;
|
||||
|
||||
// Allow the removal of the suffix again, as needed by the publish task.
|
||||
options.resetVersion = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue