Skip to content

Commit

Permalink
Updating Drone
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Lhussiez committed Nov 8, 2018
1 parent 89c8789 commit ab17b51
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@ kind: pipeline
name: default

steps:
- name: prerequisites
image: golang:latest
pull: true
- name: fetch
image: docker:git
commands:
- go mod vendor
environment:
GO111MODULE: "on"
- git fetch --tags

- name: test
image: golang:latest
commands:
- go test -race -coverprofile=coverage.txt -covermode=atomic
environment:
GO111MODULE: "off"
GO111MODULE: "on"

- name: codecov
image: robertstettner/drone-codecov
Expand Down

0 comments on commit ab17b51

Please sign in to comment.