Changed CI to Gitlab

This commit is contained in:
2018-12-26 09:42:54 -03:00
parent b858b89d5b
commit 4566a4e4cc
5 changed files with 34 additions and 42 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
coverage:
vendor/bin/phpunit --coverage-text
cs:
vendor/bin/php-cs-fixer fix --diff --verbose
commit: cs coverage
git add . && git commit