Create .drone.yml
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e4aad3329f
commit
b4e809c61b
|
|
@ -0,0 +1,16 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: composer
|
||||||
|
pull: if-not-exists
|
||||||
|
image: composer
|
||||||
|
commands:
|
||||||
|
- composer install --prefer-dist
|
||||||
|
|
||||||
|
|
||||||
|
- name: test
|
||||||
|
image: lorisleiva/laravel-docker
|
||||||
|
commands:
|
||||||
|
- ./vendor/bin/phpunit
|
||||||
Loading…
Reference in New Issue