Skip to content

Commit e53b81f

Browse files
committed
Create MySQL database with correct table structure.
1 parent d49436d commit e53b81f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ before_install:
1414
install:
1515
- travis_retry composer install --no-interaction
1616

17+
before_script:
18+
- mysql -e 'create database telegrambot; use telegrambot; source structure.sql;'
19+
1720
script:
1821
- vendor/bin/phpunit
1922
- sh -c "if [ '$TRAVIS_PHP_VERSION' != '7.0' ]; then vendor/bin/phpcs --report=full --extensions=php -np --standard=build/phpcs .; fi"

0 commit comments

Comments
 (0)