1
0
mirror of synced 2025-02-16 15:33:12 +03:00

Update Makefile

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

View File

@ -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