Skip to content

Commit

Permalink
Run static analysis when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Feb 21, 2018
1 parent 1dda2a4 commit d3c94e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ static:
watch:
find . -name "*.php" -not -path "./vendor/*" -o -name "*.json" -not -path "./vendor/*" | entr -c make test

test: lint unit
test: lint static unit

travis: lint unit
travis: lint static unit

all: deps test

Expand Down

0 comments on commit d3c94e6

Please sign in to comment.