Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
fixed issue with the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jun 22, 2018
1 parent 95408ee commit 88f45de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RUN if [ -z "$CODECOV_TOKEN" ] ; then \
else curl -s https://codecov.io/bash -o codecov && \
bash codecov -f cover.out -X fix; fi

RUN go get -u github.com/alecthomas/gometalinter
RUN gometalinter --install
RUN gometalinter --vendor --deadline=5m ./... --skip=internal

WORKDIR $GOPATH/src/
Expand Down

0 comments on commit 88f45de

Please sign in to comment.