Files
etcd/cmd/vendor/github.com/prometheus/procfs/.travis.yml
Anthony Romano b1d41016b2 vendor: only vendor on emitted binaries
Moves the vendor/ directory to cmd/vendor. Vendored binaries are built
from cmd/, which is backed by symlinks pointing back to repo root.
2016-04-05 21:01:16 -07:00

8 lines
69 B
YAML

sudo: false
language: go
go:
- 1.3
- 1.4
- 1.5
- tip