Skip to content

Instantly share code, notes, and snippets.

@hoasung01
Forked from PragTob/.travis.yml
Created November 27, 2013 14:40
Show Gist options
  • Save hoasung01/7676745 to your computer and use it in GitHub Desktop.
Save hoasung01/7676745 to your computer and use it in GitHub Desktop.
postgres:
adapter: postgresql
database: myapp_test
username: postgres
before_script:
- "psql -c 'create database myapp_test;' -U postgres"
- "rake db:migrate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment