Create .drone.yml
continuous-integration/drone/push Build is passing Details

master
Muhep Atasoy 2019-12-10 22:23:38 +03:00
parent e4aad3329f
commit b4e809c61b
1 changed files with 16 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -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