Skip to content

Commit

Permalink
Removed downloading phar (missed)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Apr 28, 2021
1 parent fa9e9ef commit 36d6722
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ php:
- 7.3
- 7.4
- 8.0
- nightly

matrix:
fast_finish: true
allow_failures:
- php: 8.0
- php: nightly

env:
matrix:
Expand Down
3 changes: 0 additions & 3 deletions src/Makefiles/tests.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,22 +186,19 @@ test-phpcs-ga:
test-phpmd: ##@Tests PHPmd - Mess Detector Checker
$(call title,"PHPmd - Mess Detector Checker")
@echo "Config: $(JBZOO_CONFIG_PHPMD)"
$(call download_phar,$(PHPMD_PHAR),"phpmd")
@$(PHP_BIN) `pwd`/vendor/bin/phpmd --version
@$(PHP_BIN) `pwd`/vendor/bin/phpmd "$(PATH_SRC)" ansi "$(JBZOO_CONFIG_PHPMD)" --verbose


test-phpmd-strict: ##@Tests PHPmd - Mess Detector Checker (strict mode)
$(call title,"PHPmd - Mess Detector Checker")
@echo "Config: $(JBZOO_CONFIG_PHPMD)"
$(call download_phar,$(PHPMD_PHAR),"phpmd")
@$(PHP_BIN) `pwd`/vendor/bin/phpmd --version
@$(PHP_BIN) `pwd`/vendor/bin/phpmd "$(PATH_SRC)" ansi "$(JBZOO_CONFIG_PHPMD)" --verbose --strict


test-phpmd-teamcity:
@rm -f "$(PATH_BUILD)/phpmd.json"
$(call download_phar,$(PHPMD_PHAR),"phpmd")
@-$(PHP_BIN) `pwd`/vendor/bin/phpmd "$(PATH_SRC)" json "$(JBZOO_CONFIG_PHPMD)" > "$(PATH_BUILD)/phpmd.json"
@$(PHP_BIN) `pwd`/vendor/bin/ci-report-converter convert \
--input-format="phpmd-json" \
Expand Down

0 comments on commit 36d6722

Please sign in to comment.