Files
kubernetes/vendor/github.com/containerd/console/.travis.yml
vikaschoudhary16 4711bccd05 Bump runc to d5b4a3e
This fixes a race condition in runc/systemd at container creation time
opencontainers/runc#1683

Signed-off-by: vikaschoudhary16 <vichoudh@redhat.com>
2018-01-12 14:22:50 -05:00

18 lines
266 B
YAML

language: go
go:
- 1.9.x
- tip
go_import_path: github.com/containerd/console
install:
- go get -d
- GOOS=windows go get -d
- GOOS=solaris go get -d
script:
- go test -race
- GOOS=windows go test
- GOOS=solaris go build
- GOOS=solaris go test -c