Files
virtual-kubelet/vendor/github.com/docker/engine-api/.travis.yml
2017-12-05 17:53:58 -06:00

10 lines
141 B
YAML

---
language: go
sudo: false
notifications:
email: false
go:
- 1.6
install: make deps
script: make validate && make test