Skip to content

Commit 5382eec

Browse files
committed
added override
1 parent f9a4233 commit 5382eec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circle.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ machine:
33
version: 5.5
44

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

1011
post:
1112
- curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin

0 commit comments

Comments
 (0)