open-nomad/.travis.yml
Abhishek Chanda babd75c55c Use the CI env variable
Travis exports this variable to all builds. We don't need out own.
A number of other CI systems use this variable too.
2016-02-06 01:11:44 -08:00

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