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.
1 parent c99d7d9 commit bd8d4c9Copy full SHA for bd8d4c9
.travis.yml
@@ -8,7 +8,19 @@ script:
8
- composer self-update || true
9
- composer validate
10
- composer install
11
+ - ./vendor/bin/behat --version
12
+ - ./vendor/bin/codecept --version
13
+ - ./vendor/bin/grumphp --version
14
+ - ./vendor/bin/jsonlint -h
15
+ - ./vendor/bin/paratest --version
16
+ - ./vendor/bin/php-cs-fixer --version
17
+ - ./vendor/bin/parallel-lint -h
18
- ./vendor/bin/phpcs --version
19
+ - ./vendor/bin/pdepend --version
20
+ - ./vendor/bin/php7cc --version
21
+ - ./vendor/bin/phpcpd --version
22
+ - ./vendor/bin/phploc --version
23
+ - ./vendor/bin/phpmetrics --version
24
- ./vendor/bin/phpmd --version
25
- ./vendor/bin/phpunit --version
26
- ./vendor/bin/security-checker --version
0 commit comments