rm drone.yml (#639)

This commit is contained in:
marpio
2018-09-09 08:55:44 +02:00
committed by GitHub
parent a400d16674
commit a21bba3059
-18
View File
@@ -1,18 +0,0 @@
workspace:
base: /go
path: src/github.com/gomods/athens
pipeline:
ping:
image: mongo:3.0
commands:
- sleep 15
build:
image: golang:1.11
commands:
- go test -mod=vendor ./...
services:
mongo:
image: mongo:3.0
command: [ --smallfiles ]