Skip to content

Commit

Permalink
feat: disable golangci-lint for now, until gomodules are used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
matcornic committed Oct 27, 2018
1 parent 9d5eaf3 commit bd75f0a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ language: go
go:
- 1.11

install:
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $GOPATH/bin v1.10.2

script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
- golangci-lint run

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit bd75f0a

Please sign in to comment.