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

Merge pull request #142 from nirmata/5_automate_builds

CI build
This commit is contained in:
Shivkumar Dudhani 2019-06-04 14:55:47 -07:00 committed by GitHub
commit a63c937aaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
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