Skip to content

Commit 64281b4

Browse files
committed
WIP
1 parent 599ad8c commit 64281b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_script:
2424
- travis_retry composer self-update
2525
- travis_retry composer config --global github-protocols https
2626
- travis_retry composer install --no-interaction --prefer-source
27-
- psql -c "CREATE DATABASE testing_db;" -U postgres
27+
- psql -c "CREATE DATABASE testing;" -U postgres
2828
- psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
2929

3030
after_success:

0 commit comments

Comments
 (0)