This commit is contained in:
parent
49237cca2f
commit
9aade40c0f
1 changed files with 8 additions and 8 deletions
16
.drone.yml
16
.drone.yml
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue