mirror of
https://github.com/containers/podman.git
synced 2026-07-22 05:02:09 -04:00
17 lines
157 B
YAML
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
|