Skip to content

Commit

Permalink
travis and postgres take two
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Apr 10, 2018
1 parent 28db887 commit b11484a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ before_script:
- postgres --version
- redis-server --version
- npm run lint
- psql -c "CREATE USER nolan CREATE_DB;"
script: npm run test-browser
env:
global:
Expand Down
2 changes: 2 additions & 0 deletions bin/run-mastodon.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const envFile = `
PAPERCLIP_SECRET=foo
SECRET_KEY_BASE=bar
OTP_SECRET=foobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobar
DB_PORT=${process.env.PG_PORT || 5432}
DB_USER=nolan
`

const mastodonDir = path.join(dir, '../mastodon')
Expand Down

0 comments on commit b11484a

Please sign in to comment.