Skip to content

Commit

Permalink
Merge pull request #33 from seegno/enhancement/add-user-to-postgres-k…
Browse files Browse the repository at this point in the history
…nexfile

Add user to postgres knexfile
  • Loading branch information
abelsoares authored Nov 11, 2016
2 parents 5f970c6 + 06fae3e commit 865cb5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ before_script:
- mysql -e "create database \`bookshelf-cascade-delete\`;" -uroot

node_js:
- "0.10"
- "4"
- "5"
- "6"
- "7"

after_success:
- npm run coveralls
Expand Down
3 changes: 2 additions & 1 deletion test/postgres/knexfile.js.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default {
connection: {
charset: 'utf8',
database: 'bookshelf-cascade-delete',
host: 'localhost'
host: 'localhost',
user: 'postgres'
}
};

0 comments on commit 865cb5e

Please sign in to comment.