mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-07-07 13:58:38 -04:00
Permit failures on Go tip
* Try removing `go get .../cover` * Try using latest goveralls * Try forcing GO111MODULE=on * Restore to original, add allow_failures option
This commit is contained in:
@ -8,6 +8,10 @@ go:
|
|||||||
- 1.12.x
|
- 1.12.x
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- go: master
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Fetch/build coverage reporting tools
|
# Fetch/build coverage reporting tools
|
||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
|
Reference in New Issue
Block a user