Files
podman/vendor/github.com/openshift/imagebuilder/.travis.yml
Valentin Rothberg d697456dc9 migrate to go-modules
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-06-24 13:20:59 +02:00

17 lines
157 B
YAML

language: go
go:
- "1.9"
- "1.10"
install:
script:
- make build
- make test
notifications:
irc: "chat.freenode.net#openshift-dev"
sudo: false