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 name: default
steps: steps:
- name: install - name: install
image: composer image: composer
commands: commands:
- composer install - composer install
- name: test - name: test
image: php:7 image: php:7
commands: commands:
- vendor/bin/phpunit - vendor/bin/phpunit