1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

create ci file

This commit is contained in:
shivdudhani 2019-06-04 14:28:18 -07:00
parent 51d899ef8c
commit b6b53a7203

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: go
go:
- "1.12"
# Skip the install step. Don't `go get` dependencies. Only build with the code
# in vendor/
install: true
script:
- make build