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 f8aafe2 commit 4627bdaCopy full SHA for 4627bda
.travis.yml
@@ -22,6 +22,7 @@ before_script:
22
- travis_retry composer config --global github-protocols https
23
- travis_retry composer install --no-interaction --prefer-source
24
- psql -c 'create database testing;' -U postgres
25
+ - psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
26
27
after_success:
28
- travis_retry php vendor/bin/php-coveralls -v
0 commit comments