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:
John Starich 2019-06-14 23:00:03 -05:00
parent a3f4f625f7
commit 25140a1aae
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ go:
- 1.12.x
- master
matrix:
allow_failures:
- go: master
before_install:
# Fetch/build coverage reporting tools
- go get golang.org/x/tools/cmd/cover