Ran
|
Jobs
1
|
Files
12
|
Run time
1s
|
Badge
Embed ▾
README BADGES
|
cron
travis-ci
CI: switch to Go 1.13, update golangci-lint, avoid module download. (#107) One of the transitive dependencies of `ct-woodpecker` seems to have moved/gone away causing consistent build failures of the form: ``` go: git.apache.org/thrift.git@v0.0.0-20180902110319-2566ecd5d999: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/travis/gopath/pkg/mod/cache/vcs/83dba939f4f955fa052f662d56e920c3e: exit status 128: fatal: unable to access 'https://git.apache.org/thrift.git/': Failed to connect to git.apache.org port 443: Connection timed out ``` We already vendor dependencies to avoid this sort of problem. The easiest "fix" in this case was to remove a workaround `go mod download` we did to appease earlier `golangci-lint` versions. In short: * Updated to Go 1.13 (why not) * Updated `golangci-lint` * Removed `go mod download`. * Removed unneeded `GO111MODULE=on` env var
860 of 1242 relevant lines covered (69.24%)
4.69 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 948.1 | 12 |
69.24 |
Travis Job 948.1 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|