Skip to content

Commit d47d7d9

Browse files
committed
WIP
1 parent ff74317 commit d47d7d9

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
@@ -25,7 +25,7 @@ before_script:
2525
- travis_retry composer config --global github-protocols https
2626
- travis_retry composer install --no-interaction --prefer-source
2727
- psql -c "CREATE DATABASE testing;" -U postgres
28-
- psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
28+
- psql -c "CREATE USER mike WITH PASSWORD '';" -U postgres
2929

3030
script:
3131
- mkdir -p build/logs

0 commit comments

Comments
 (0)