distribution/vendor/github.com/Sirupsen/logrus/.travis.yml
Olivier Gambier 77e69b9cf3 Move to vendor
Signed-off-by: Olivier Gambier <olivier@docker.com>
2016-03-22 10:45:49 -07:00

8 lines
78 B
YAML

language: go
go:
- 1.2
- 1.3
- 1.4
- tip
install:
- go get -t ./...