telegraf/Godeps/_workspace/src/github.com/fsouza/go-dockerclient/.travis.yml

16 lines
204 B
YAML

language: go
sudo: required
go:
- 1.3.3
- 1.4.2
- 1.5.1
- tip
env:
- GOARCH=amd64
- GOARCH=386
script:
- make test
- DOCKER_HOST=tcp://127.0.0.1:2375 make integration
services:
- docker