Using ctx.actions.args (#1028) * Using ctx.actions.args All ctx.action.run actions now use ctx.actions.args to build the arguments. This allows depsets and paths to be lazily expanded, which should help with performance. * Update travis bazel version