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 599ad8c commit 64281b4Copy full SHA for 64281b4
.travis.yml
@@ -24,7 +24,7 @@ before_script:
24
- travis_retry composer self-update
25
- travis_retry composer config --global github-protocols https
26
- travis_retry composer install --no-interaction --prefer-source
27
- - psql -c "CREATE DATABASE testing_db;" -U postgres
+ - psql -c "CREATE DATABASE testing;" -U postgres
28
- psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
29
30
after_success:
0 commit comments