language: php php: - '7.2' - nightly services: - mysql before_script: - echo "USE mysql;\nUPDATE user SET password=PASSWORD('password') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root" - pecl install ast - composer install script: - vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml