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