Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit ad3880e

Browse files
committed
Self QA
1 parent 6c507df commit ad3880e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,18 @@ script:
1414
- composer self-update || true
1515
# For faster installing
1616
- composer global require hirak/prestissimo
17+
# self install
18+
- composer global require webysther/composer-plugin-qa
1719
# Validate composer.json file.
1820
- composer validate
1921
# Try to install all requirements.
2022
- composer update
21-
# Check if there is a security issue with the required packages.
22-
- vendor/bin/security-checker security:check
23+
# Self QA
24+
- composer qa:code-beautifier-fixer
25+
- composer qa:code-sniffer
26+
- composer qa:copy-paste-detector
27+
- composer qa:line-of-code
28+
- composer qa:mess-detector
29+
- composer qa:php-cs-fixer
30+
- composer qa:php-metrics
31+
- composer qa:security-checker

0 commit comments

Comments
 (0)