不要怂,就是干,撸起袖子干!

Commit c5c1bb74 by sdepold

setup postgres for travis + use postgres user for local tests

1 parent d3c77a54
Showing with 2 additions and 0 deletions
before_script:
- "mysql -e 'create database sequelize_test;'"
- "psql -c 'create database sequelize_test;' -U postgres"
- "npm install"
script:
......
......@@ -16,6 +16,7 @@ module.exports = {
postgres: {
database: 'sequelize_test',
username: "postgres",
port: 5432
}
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!