mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 02:15:41 +00:00
16 lines
158 B
YAML
16 lines
158 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.16"
|
|
- "1.17"
|
|
|
|
install:
|
|
|
|
script:
|
|
- make build
|
|
- make test
|
|
|
|
notifications:
|
|
irc: "chat.freenode.net#openshift-dev"
|
|
|
|
sudo: false
|