mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
clean travis config a bit
This commit is contained in:
parent
a2cf2aca97
commit
4ad10ae0cf
2 changed files with 12 additions and 6 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.PHONY: tests
|
||||
|
||||
all: vendor
|
||||
|
||||
vendor: composer.json
|
||||
composer install
|
||||
|
||||
tests: vendor
|
||||
vendor/bin/phpunit tests -c tests/phpunit.xml
|
||||
Loading…
Add table
Add a link
Reference in a new issue