1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-25 22:54:28 +00:00

Vendor bump

This commit is contained in:
Darren Shepherd
2017-11-10 21:44:49 -07:00
parent c8cab3f4f8
commit 816c6cf363
2018 changed files with 523852 additions and 117583 deletions

33
vendor/github.com/go-openapi/jsonreference/.drone.yml generated vendored Normal file
View File

@@ -0,0 +1,33 @@
clone:
path: github.com/go-openapi/jsonreference
matrix:
GO_VERSION:
- "1.6"
build:
integration:
image: golang:$$GO_VERSION
pull: true
commands:
- go get -u github.com/stretchr/testify/assert
- go get -u github.com/PuerkitoBio/purell
- go get -u github.com/go-openapi/jsonpointer
- go test -race
- go test -v -cover -coverprofile=coverage.out -covermode=count ./...
notify:
slack:
channel: bots
webhook_url: $$SLACK_URL
username: drone
publish:
coverage:
server: https://coverage.vmware.run
token: $$GITHUB_TOKEN
# threshold: 70
# must_increase: true
when:
matrix:
GO_VERSION: "1.6"