mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-19 04:33:28 +02:00
f125ef3fa9
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.
20 lines
198 B
YAML
20 lines
198 B
YAML
addons:
|
|
apt:
|
|
packages:
|
|
- pass
|
|
- gnupg
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.12.x
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
script:
|
|
- go test ./...
|
|
- go vet -composites=false ./...
|
|
- make
|
|
- make prove 2>&1
|