Skip to content

Commit 4627bda

Browse files
committed
WIP
1 parent f8aafe2 commit 4627bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ before_script:
2222
- travis_retry composer config --global github-protocols https
2323
- travis_retry composer install --no-interaction --prefer-source
2424
- psql -c 'create database testing;' -U postgres
25+
- psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
2526

2627
after_success:
2728
- travis_retry php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)