open-nomad/.travis.yml
Paul Hinze 6a00bbb30e travis: remove go tip build
Uses up one less Travis builder per commit, makes for faster throughput.
2016-02-23 13:18:33 -06:00

29 lines
259 B
YAML

sudo: required
dist: trusty
services:
- docker
language: go
go:
- 1.6
env:
- DOCKER_VERSION=1.9.1
matrix:
allow_failures:
- go: tip
branches:
only:
- master
install:
- make prepare_docker
- make bootstrap
script:
- make test