We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9cf84 commit 0c11ef6Copy full SHA for 0c11ef6
.travis.yml
@@ -35,7 +35,7 @@ install:
35
- travis_retry composer install --no-interaction
36
37
before_script:
38
- - mysql -e 'create database telegrambot; use telegrambot; source structure.sql;'
+ - mysql -u root -e 'create database telegrambot; use telegrambot; source structure.sql;'
39
40
script:
41
- ./vendor/bin/phpunit
tests/Unit/ConversationTest.php
@@ -35,7 +35,7 @@ protected function setUp()
{
$credentials = [
'host' => '127.0.0.1',
- 'user' => 'travis',
+ 'user' => 'root',
'password' => '',
'database' => 'telegrambot',
];
0 commit comments