We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff74317 commit d47d7d9Copy full SHA for d47d7d9
.travis.yml
@@ -25,7 +25,7 @@ before_script:
25
- travis_retry composer config --global github-protocols https
26
- travis_retry composer install --no-interaction --prefer-source
27
- psql -c "CREATE DATABASE testing;" -U postgres
28
- - psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
+ - psql -c "CREATE USER mike WITH PASSWORD '';" -U postgres
29
30
script:
31
- mkdir -p build/logs
0 commit comments