Task.prototype.bind = Task.prototype.set = function (env) {
  _.extend(this.env, env)
  return this
}