Remove "go mod download" and replace 1.9.x with 1.11.x due to missing go modules support

This commit is contained in:
Matthew Penner 2020-02-07 17:08:20 -07:00 committed by GitHub
parent c8d953380e
commit d0dabb927b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ dist: xenial
language: go
go:
- 1.9.x
- 1.11.x
- 1.13.x
go_import_path: "github.com/pterodactyl/wings"
@ -19,8 +19,6 @@ 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 ./...