mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 16:33:43 +07:00
Fix golint import path (#121)
This commit is contained in:
parent
4bb5e265ab
commit
a09073da12
@ -4,7 +4,7 @@ go:
|
||||
env:
|
||||
- "PATH=/home/travis/gopath/bin:$PATH"
|
||||
before_install:
|
||||
- go get github.com/golang/lint/golint
|
||||
- go get golang.org/x/lint/golint
|
||||
- go get github.com/mattn/goveralls
|
||||
script:
|
||||
- go vet
|
||||
|
Loading…
Reference in New Issue
Block a user