Skip to content

Commit ac7eae7

Browse files
committed
Wrong database name
1 parent 8415587 commit ac7eae7

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
@@ -14,7 +14,7 @@ services: mongodb
1414

1515
before_script:
1616
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
17-
- mysql -e 'create database phpunit;'
17+
- mysql -e 'create database unittest;'
1818
- composer self-update
1919
- composer install --dev --no-interaction
2020

0 commit comments

Comments
 (0)