Add drone.yml and fix tests to be compatable with docker pipeline #1

Merged
jhodges merged 14 commits from tests into master 2020-09-30 15:13:57 +01:00
Showing only changes of commit 269b95c583 - Show all commits

View File

@ -23,7 +23,7 @@ steps:
image: chialab/php
commands:
- sleep 10
- URL=testserver:8080 vendor/bin/phpunit tests
- URL=http://testserver:8080 vendor/bin/phpunit tests
services: