diff --git a/.drone.yml b/.drone.yml index a41f72d..e2e4103 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,13 +1,7 @@ -kind: pipeline -name: testing -clone: - depth: 50 - -steps: - - name: testing +pipeline: + testing: image: golang:1.11 - pull: true commands: - go test -v . - go vet