Skip to content

Commit

Permalink
drone
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenwoodhead committed Jun 8, 2019
1 parent 4052ebf commit 0f05789
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ steps:
- name: Install Dependencies
<<: *shared
commands:
- ls /go/pkg
- ls /go/pkg/mod
- go mod verify
- go install github.com/golangci/golangci-lint/cmd/golangci-lint
- go install github.com/tdewolff/minify/cmd/minify
- go install github.com/gobuffalo/packr
- go install golang.org/x/tools/cmd/cover
- go install github.com/mattn/goveralls
- ls /go/pkg
- ls /go/pkg/mod
- go mod download
- go mod vendor

- name: Lint
<<: *shared
Expand Down

0 comments on commit 0f05789

Please sign in to comment.