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 1f53fef commit 1ec4074Copy full SHA for 1ec4074
.travis.yml
@@ -24,7 +24,7 @@ before_script:
24
- travis_retry composer config --global github-protocols https
25
- travis_retry composer install --no-interaction --prefer-source
26
- psql -c "CREATE DATABASE testing;" -U postgres
27
- - psql -c "CREATE USER mike WITH PASSWORD '';" -U postgres
+ - psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
28
29
script:
30
- mkdir -p build/logs
0 commit comments