From e8df5904f4f556886f8416007be335f123554ba3 Mon Sep 17 00:00:00 2001 From: yosssi Date: Mon, 10 Mar 2014 23:28:40 +0900 Subject: [PATCH] Created .drone.yml. --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..02cff72 --- /dev/null +++ b/.drone.yml @@ -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