babd75c55c
Travis exports this variable to all builds. We don't need out own. A number of other CI systems use this variable too.
30 lines
269 B
YAML
30 lines
269 B
YAML
sudo: required
|
|
dist: trusty
|
|
|
|
services:
|
|
- docker
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.5.3
|
|
- tip
|
|
|
|
env:
|
|
- DOCKER_VERSION=1.9.1
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
install:
|
|
- make prepare_docker
|
|
- make bootstrap
|
|
|
|
script:
|
|
- make test
|