Skip to content

Instantly share code, notes, and snippets.

@PragTob
Created February 1, 2012 17:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save PragTob/1718229 to your computer and use it in GitHub Desktop.
Save PragTob/1718229 to your computer and use it in GitHub Desktop.
.travis.yml for PostgreSQL
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