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.
2 parents f548fa0 + e53b81f commit ad39afcCopy full SHA for ad39afc
.travis.yml
@@ -14,6 +14,9 @@ before_install:
14
install:
15
- travis_retry composer install --no-interaction
16
17
+before_script:
18
+ - mysql -e 'create database telegrambot; use telegrambot; source structure.sql;'
19
+
20
script:
21
- vendor/bin/phpunit
22
- sh -c "if [ '$TRAVIS_PHP_VERSION' != '7.0' ]; then vendor/bin/phpcs --report=full --extensions=php -np --standard=build/phpcs .; fi"
0 commit comments