1
0
mirror of https://github.com/rancher/os.git synced 2025-08-02 07:24:28 +00:00
os/vendor/github.com/docker/engine-api/.travis.yml
2016-05-23 17:22:40 -07:00

10 lines
141 B
YAML

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