switch to go 1.13 and add go mod download again
This commit is contained in:
parent
7d1ca0a695
commit
fd9487ea4d
|
@ -3,7 +3,6 @@ dist: xenial
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.11.x
|
||||
- 1.13.x
|
||||
|
||||
go_import_path: "github.com/pterodactyl/wings"
|
||||
|
@ -19,6 +18,8 @@ install:
|
|||
- go get github.com/haya14busa/goverage
|
||||
- go get github.com/schrej/godacov
|
||||
|
||||
- go mod download
|
||||
|
||||
script:
|
||||
- make cross-build
|
||||
- goverage -v -coverprofile=coverage.out ./...
|
||||
|
|
Loading…
Reference in New Issue
Block a user