Revert "save"

This reverts commit 3e66652287.
This commit is contained in:
Spencer Alger
2015-01-05 16:08:22 -07:00
parent 3e66652287
commit 6ac998d550
9 changed files with 282 additions and 219 deletions

View File

@ -21,9 +21,10 @@ module.exports = function (grunt) {
branches.forEach(function (branch) {
tasks.push(
'esvm:' + branch,
'run:install_es_' + branch,
'run:es_' + branch,
'mochacov:integration_' + branch,
'esvm_shutdown:' + branch
'stop:es_' + branch
);
});
@ -71,7 +72,6 @@ module.exports = function (grunt) {
writeFile(browserBuildsPath, browserBuilds),
writeFile(packagePath, JSON.stringify(pkg, null, ' '))
]);
})
.nodeify(this.async());
}).nodeify(this.async());
});
};