clair/vendor/github.com/docker/engine-api/.travis.yml

10 lines
141 B
YAML
Raw Normal View History

2016-06-09 15:44:24 +00:00
---
language: go
sudo: false
notifications:
email: false
go:
- 1.6
install: make deps
script: make validate && make test