Update Makefile
This commit is contained in:
parent
80a6982522
commit
8b434ebf80
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ test:
|
|||||||
|
|
||||||
stan:
|
stan:
|
||||||
@echo "==> Running analysis"
|
@echo "==> Running analysis"
|
||||||
@php $(BIN_DIR)/phpstan analyse -c $(ROOT_DIR)/phpstan.neon
|
@php $(BIN_DIR)/phpstan analyse -a $(ROOT_DIR)/extra/autoloader.php -l 4 src
|
||||||
@echo "==> Analysis complete"
|
@echo "==> Analysis complete"
|
||||||
|
|
||||||
travis: test stan
|
travis: test stan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user