Skip to content

Commit

Permalink
Created .drone.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
yosssi committed Mar 10, 2014
1 parent 5c91a37 commit e8df590
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
image: yosssi/go:1.2
env:
- GOPATH=/var/cache/drone
script:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- goveralls -service drone.io -repotoken $COVERALLS_TOKEN
git:
depth: 1

0 comments on commit e8df590

Please sign in to comment.