1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/github.com/docker/engine-api/.travis.yml

9 lines
141 B
YAML

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