always re-install branches

This commit is contained in:
Spencer Alger
2015-03-17 12:02:53 -07:00
parent c991b589a4
commit c74e7550de

View File

@ -32,6 +32,10 @@ function setBranchConfig(branch, target) {
}
target.options = _.merge({}, defaultOpts, target.options);
if (target.options.branch && !target.options.version) {
target.options.fresh = true;
}
}
// targets for each branch