Skip to content

Commit 1ec4074

Browse files
committed
WIP - fix testing database connection.
1 parent 1f53fef commit 1ec4074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_script:
2424
- travis_retry composer config --global github-protocols https
2525
- travis_retry composer install --no-interaction --prefer-source
2626
- psql -c "CREATE DATABASE testing;" -U postgres
27-
- psql -c "CREATE USER mike WITH PASSWORD '';" -U postgres
27+
- psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
2828

2929
script:
3030
- mkdir -p build/logs

0 commit comments

Comments
 (0)