Skip to content

Instantly share code, notes, and snippets.

@Vunovati
Created June 15, 2013 23:28
Show Gist options
  • Save Vunovati/5790012 to your computer and use it in GitHub Desktop.
Save Vunovati/5790012 to your computer and use it in GitHub Desktop.
Ruby: Build Rails project on CI
gem install --conservative bundler
bundle check || bundle install
bundle exec rake db:migrate
bundle exec rake db:test:prepare
bundle exec rspec spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment