Skip to content

Commit

Permalink
Setup postgres for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
1602 committed Jan 30, 2012
1 parent dad6378 commit f096849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_js:
before_install: git submodule init && git submodule --quiet update
before_script:
- "mysql -e 'create database myapp_test;'"
- "psql -c 'create database myapp_test;' -U postgres"
4 changes: 2 additions & 2 deletions test/common_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ var schemas = {
username: 'root'
},
postgres: {
database: 'pg-test',
username: 'anatoliy'
database: 'myapp_test',
username: 'postgres'
},
neo4j: { url: 'http://localhost:7474/' },
// mongoose: { url: 'mongodb://localhost/test' },
Expand Down

0 comments on commit f096849

Please sign in to comment.