Skip to content

Commit

Permalink
hook up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
x1ddos committed Jun 27, 2016
1 parent 6631c26 commit 04bf3e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
clone:
depth: 1
build:
image: golang
commands:
- go vet
- go test

1 comment on commit 04bf3e3

@nathanbraddock
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kk

Please sign in to comment.