test3
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
Simon Vieille 2020-02-21 16:07:26 +01:00
parent 49237cca2f
commit 9aade40c0f

View file

@ -3,12 +3,12 @@ type: docker
name: default
steps:
- name: install
image: composer
commands:
- composer install
- name: install
image: composer
commands:
- composer install
- name: test
image: php:7
commands:
- vendor/bin/phpunit
- name: test
image: php:7
commands:
- vendor/bin/phpunit