Skip to content

Commit

Permalink
Fix golint dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joohoi committed Apr 24, 2018
1 parent 3343d94 commit e5abe72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,9 @@ go:
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get github.com/golang/lint/golint
- mkdir -p $(GOPATH)/src/golang.org/x
- git clone --depth=1 https://github.com/golang/lint.git $(GOPATH)/src/golang.org/x/lint
- go get -u golang.org/x/lint/golint
- go get github.com/mattn/goveralls
script:
- go vet
Expand Down

0 comments on commit e5abe72

Please sign in to comment.