Add Codecov support

This commit is contained in:
Mickael Remond
2018-01-01 18:57:56 +01:00
parent 753a872fe8
commit a6b003ccd3
4 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.9
WORKDIR /go/src/fluux.io/xmpp
COPY . ./
RUN go get github.com/processone/mpg123 github.com/processone/soundcloud
RUN go get -t -v ./...