clair/vendor/github.com/docker/engine-api/.travis.yml
2016-09-28 15:24:38 +02:00

10 lines
141 B
YAML

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