Skip to content

Instantly share code, notes, and snippets.

@joyvuu-dave
Created March 22, 2014 16:09
Show Gist options
  • Save joyvuu-dave/9709567 to your computer and use it in GitHub Desktop.
Save joyvuu-dave/9709567 to your computer and use it in GitHub Desktop.
mywebroom
language: ruby
bundler_args: --without production
cache: bundler
rvm:
- "2.1.1"
before_script:
- psql -c 'create database rooms_test;' -U postgres
- bundle exec rake db:schema:load
addons:
postgresql: "9.3"
#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
Mywebroom::Application.load_tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment