Skip to content

Commit

Permalink
goveralls isn't needed
Browse files Browse the repository at this point in the history
according to #957 (review)
  • Loading branch information
soar authored Nov 5, 2017
1 parent 5bb43c7 commit 2217b6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ COPY . /go/src/github.com/nsqio/nsq

WORKDIR /go/src/github.com/nsqio/nsq

RUN go get github.com/mattn/goveralls \
&& wget -O /bin/dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64 \
RUN wget -O /bin/dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64 \
&& chmod +x /bin/dep \
&& /bin/dep ensure \
&& ./test.sh \
Expand Down

0 comments on commit 2217b6c

Please sign in to comment.