1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/.travis.yml

22 lines
No EOL
398 B
YAML

language: go
go:
- "1.12"
# safelist
branches:
only:
- master
# Skip the install step. Don't `go get` dependencies. Only build with the code
# in vendor/
install: true
script:
- make build
after_script:
- curl -d "repo=https://github.com/nirmata/kyverno" https://goreportcard.com/checks
after_success:
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- make docker-publish