1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00
Files
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