diff options
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 328bc58..adb479c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,12 @@ matrix: - php: nightly include: - php: 7.1 + name: "Coding standard check" + script: vendor/bin/phpcs + - php: 7.1 + name: "PHPStan" + script: vendor/bin/phpstan analyze + - php: 7.1 name: "phpmyadmin/motranslator" install: - composer require "phpmyadmin/motranslator:^3.0" |