method
run!
v3.2.13 -
Show latest stable
- Class:
Build
run!(options = {})public
No documentation available.
# File ci/travis.rb, line 34
def run!(options = {})
self.options.update(options)
Dir.chdir(dir) do
announce(heading)
ENV['IM'] = identity_map?.inspect
rake(*tasks)
end
end