Skip to content

Commit

Permalink
fix drone.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed May 13, 2017
1 parent c035457 commit 7fb39b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 68 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline:
commands:
- go get -u github.com/drone/drone-ui/dist
- go get -u golang.org/x/tools/cmd/cover
- go test -cover $(shell go list ./... | grep -v /vendor/)
- go test -cover $(go list ./... | grep -v /vendor/)

test_postgres:
image: golang:1.8
Expand Down
67 changes: 0 additions & 67 deletions MAINTAINERS

This file was deleted.

0 comments on commit 7fb39b5

Please sign in to comment.