Skip to content

Commit bd8d4c9

Browse files
committed
Added more tests to Travis build script
1 parent c99d7d9 commit bd8d4c9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,19 @@ script:
88
- composer self-update || true
99
- composer validate
1010
- 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
1118
- ./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
1224
- ./vendor/bin/phpmd --version
1325
- ./vendor/bin/phpunit --version
1426
- ./vendor/bin/security-checker --version

0 commit comments

Comments
 (0)