Skip to content

Commit

Permalink
Fix Infection build
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Apr 22, 2018
1 parent 01e573b commit e49382a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tc: bin/phpunit

.PHONY: tm
tm: ## Run Infection
tm: bin/phpunit fixtures/default_stub.php
tm: bin/phpunit fixtures/default_stub.php .requirement-checker requirement-checker/actual_terminal_diff
$(PHPNOGC) bin/infection

.PHONY: e2e
Expand Down

0 comments on commit e49382a

Please sign in to comment.