Skip to content

Commit

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

Expand Down

0 comments on commit 228f979

Please sign in to comment.