Created
November 14, 2012 08:29
-
-
Save johnbeynon/4070994 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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