Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit c5c1bb74
authored
Apr 17, 2012
by
sdepold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup postgres for travis + use postgres user for local tests
1 parent
d3c77a54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
.travis.yml
spec-jasmine/config/config.js
.travis.yml
View file @
c5c1bb7
before_script
:
-
"
mysql
-e
'create
database
sequelize_test;'"
-
"
psql
-c
'create
database
sequelize_test;'
-U
postgres"
-
"
npm
install"
script
:
...
...
spec-jasmine/config/config.js
View file @
c5c1bb7
...
...
@@ -16,6 +16,7 @@ module.exports = {
postgres
:
{
database
:
'sequelize_test'
,
username
:
"postgres"
,
port
:
5432
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment