set the 1.2 API to actually be used as the default

This commit is contained in:
Spencer Alger
2014-05-22 08:26:58 -07:00
parent 3d8a81038e
commit c1f1f40194
5 changed files with 14 additions and 14 deletions

View File

@ -56,6 +56,7 @@ utils.branches.forEach(function (branch) {
args.push('-f');
break;
case 'master':
case '1.2':
case '1.x':
args.push('-Des.node.bench=true', '-Des.script.disable_dynamic=false');
break;