Skip to content

Commit

Permalink
build: temporarily disable gometalinter before changing to another so…
Browse files Browse the repository at this point in the history
…lution
  • Loading branch information
moul committed Nov 16, 2018
1 parent 64c8e01 commit d6be01b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- run: go get -v -t .
- run: make test
# - run: make integration
- run: go get -u github.com/alecthomas/gometalinter
- run: gometalinter --install
- run: make lint
#- run: go get -u github.com/alecthomas/gometalinter
#- run: gometalinter --install
#- run: make lint
docker.integration:
<<: *defaults
steps:
Expand Down

0 comments on commit d6be01b

Please sign in to comment.