Skip to content

Commit

Permalink
ops!
Browse files Browse the repository at this point in the history
  • Loading branch information
andersoncardoso committed Aug 14, 2014
1 parent 6da872e commit 828b226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addons:
postgres:
adapter: postgresql
database: test
username: vagrant
username: postgres

before_script:
- "psql -c 'create database test;' -U postgres"
Expand Down
2 changes: 1 addition & 1 deletion config/database.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ development:
test:
<<: *default
database: meppit_test
username: vagrant
username: postgres
password:

staging:
Expand Down

0 comments on commit 828b226

Please sign in to comment.