Skip to content

Commit ff78084

Browse files
committed
add composer install
1 parent 06dbf1e commit ff78084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ machine:
44

55
test:
66
override:
7+
- composer install
78
- vendor/bin/phpcs src tests --report-gitblame=analysis-sniffer-blame.txt --report-checkstyle=analysis-sniffer.xml || true
89
- vendor/bin/phpmd src,tests xml codesize,naming,unusedcode --reportfile analysis-mess.xml || true
910
- vendor/bin/phpunit tests/unit --log-junit tests-results.xml --coverage-clover coverage.xml

0 commit comments

Comments
 (0)