Setup postgres for travis

This commit is contained in:
Anatoliy Chakkaev 2012-01-30 17:33:45 +04:00
parent dad637832c
commit f096849a06
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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' },