Files
podman/vendor/github.com/openshift/imagebuilder/.travis.yml
dependabot[bot] 1ea62f32f0 build(deps): bump github.com/openshift/imagebuilder
Bumps [github.com/openshift/imagebuilder](https://github.com/openshift/imagebuilder) from 1.2.4-0.20230207193036-6e08c897da73 to 1.2.4.
- [Release notes](https://github.com/openshift/imagebuilder/releases)
- [Commits](https://github.com/openshift/imagebuilder/commits/v1.2.4)

---
updated-dependencies:
- dependency-name: github.com/openshift/imagebuilder
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 16:16:48 +00:00

25 lines
349 B
YAML

language: go
dist: jammy
services:
- docker
go:
- "1.19"
- "1.20"
before_install:
- sudo apt-get update -q -y
- docker pull busybox
- docker pull centos:7
- chmod -R go-w ./dockerclient/testdata
script:
- make build
- make test
- travis_wait 45 make test-conformance
notifications:
irc: "chat.freenode.net#openshift-dev"