kaniko/.travis.yml

11 lines
135 B
YAML

language: go
os: linux
go:
- "1.13.3"
go_import_path: github.com/GoogleContainerTools/kaniko
script:
- make test
- make images