Merge pull request #165 from xperimental/fix-travis

Fix Travis build
This commit is contained in:
Julien Laffaye 2019-10-25 13:51:06 -04:00 committed by GitHub
commit a59fe673c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ go:
before_install: before_install:
- sudo sysctl net.ipv6.conf.lo.disable_ipv6=0 - sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
- go get github.com/mattn/goveralls - go get github.com/mattn/goveralls
- go get github.com/golang/lint/golint - go get golang.org/x/lint/golint
script: script:
- goveralls -v - goveralls -v
- golint -set_exit_status $(go list ./...) - golint -set_exit_status $(go list ./...)