Skip to content

Instantly share code, notes, and snippets.

@johnbeynon
Created November 14, 2012 08:29
Show Gist options
  • Save johnbeynon/4070994 to your computer and use it in GitHub Desktop.
Save johnbeynon/4070994 to your computer and use it in GitHub Desktop.
language: ruby
rvm:
- 1.9.2
before_install:
- sudo curl -C - -O http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-i386.tar.bz2
- sudo tar -xvjf wkhtmltopdf-0.9.9-static-i386.tar.bz2
- sudo mv wkhtmltopdf-i386 /usr/bin/wkhtmltopdf
before_script:
- cp config/database.yml.travis config/database.yml
- cp config/app_config_client.yml config/app_config.yml
- cp config/newrelic_client.yml config/newrelic.yml
- mysql -e 'create database ams_client;'
- bundle exec rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment