Skip to content

Commit

Permalink
fixe .drone.yml to include go build command
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Sep 11, 2015
1 parent fc0908f commit c7d9bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build:
- go get github.com/franela/goblin
- go get ./...
- go test ./...
- go build

publish:
docker:
Expand Down

0 comments on commit c7d9bc3

Please sign in to comment.