mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-05 20:48:28 +02:00
all: convert to a Go module
And remove vendor/, as it's now unnecessary. go.sum ensures that dependencies aren't tampered with, and proxy.golang.org keeps copies of all the archives.
This commit is contained in:
committed by
Cory Bennett
parent
8994b42f71
commit
89fe2ecf16
+3
-2
@@ -6,11 +6,12 @@ addons:
|
||||
|
||||
language: go
|
||||
|
||||
go_import_path: gopkg.in/Netflix-Skunkworks/go-jira.v1
|
||||
|
||||
go:
|
||||
- 1.12.x
|
||||
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
script:
|
||||
- go test ./...
|
||||
- go vet -composites=false ./...
|
||||
|
||||
Reference in New Issue
Block a user