This commit is contained in:
Maximilian Ruta 2019-06-25 15:56:36 +02:00
parent 02315f9378
commit f4a10e12aa

View file

@ -13,3 +13,5 @@ before_install:
install:
- travis_retry composer update --no-interaction --no-suggest
- cd tests; git clone https://github.com/netzbegruenung/green-directory.git
script: "phpunit -c phpunit.xml.dist tests/"