1
0
mirror of synced 2024-11-25 13:16:01 +03:00

Update Makefile

This commit is contained in:
Alex Lushpai 2019-06-28 09:48:06 +03:00 committed by GitHub
parent 8b25ba366d
commit 80a6982522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ test:
stan:
@echo "==> Running analysis"
@php $(BIN_DIR)/phpstan analyse -l 4 -c $(ROOT_DIR)/phpstan.neon $(SRC_DIR)
@php $(BIN_DIR)/phpstan analyse -c $(ROOT_DIR)/phpstan.neon
@echo "==> Analysis complete"
travis: test stan