1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/.travis.yml

19 lines
297 B
YAML
Raw Normal View History

2019-06-04 21:28:18 +00:00
language: go
go:
- "1.12"
2019-06-04 21:50:46 +00:00
# safelist
branches:
only:
- master
2019-06-04 21:28:18 +00:00
# Skip the install step. Don't `go get` dependencies. Only build with the code
# in vendor/
install: true
script:
- make build
after_success:
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- make docker-publish