clean travis config a bit

This commit is contained in:
Robin Appelman 2018-03-27 16:53:44 +02:00
commit 5a8d9edf74
2 changed files with 12 additions and 6 deletions

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
.PHONY: tests
all: vendor
vendor: composer.json
composer install
tests: vendor
vendor/bin/phpunit tests -c tests/phpunit.xml