Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit d87aaa6

Browse files
committed
Fix: can't shellscript in this (also, simplify)
1 parent 9cc7898 commit d87aaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ endif
99

1010
test:
1111
./vendor/bin/phpunit -c ./tests/ --coverage-text
12-
output=$(./vendor/bin/php-cs-fixer fix -v --dry-run --level=psr2 .); if [[ $output ]]; then while read -r line; do echo -e "\e[00;31m$line\e[00m"; done <<< "$output"; false; fi;
12+
./vendor/bin/php-cs-fixer fix -v --dry-run --level=psr2 ./src

0 commit comments

Comments
 (0)