Skip to content

Instantly share code, notes, and snippets.

@hiremaga
Created August 5, 2010 17:00
Show Gist options
  • Save hiremaga/510014 to your computer and use it in GitHub Desktop.
Save hiremaga/510014 to your computer and use it in GitHub Desktop.
if ENV['IS_CI_BOX']
unless system('bundle check')
puts "IS_CI_BOX is set, running `bundle install`..."
system('bundle install') || raise("'bundle install' failed.")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment