Skip to content

Commit

Permalink
try to debug redis failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Jun 20, 2017
1 parent de3fe43 commit a96325d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ addons:
postgresql: '9.3'

before_script:
- redis-cli info
- psql -U postgres -c "CREATE USER courier WITH PASSWORD 'courier';"
- psql -U postgres -c "ALTER ROLE courier WITH SUPERUSER;"
- psql -U postgres -c "CREATE DATABASE courier_test;"
Expand Down

0 comments on commit a96325d

Please sign in to comment.