open-nomad/.travis.yml
Ivo Verberk e2d202836c Revert "Hack the Travis build"
This reverts commit f5532978c86038580aafe25b6ca81a46de2d204e.
2016-06-05 13:35:12 +02:00

26 lines
222 B
YAML

sudo: required
dist: trusty
services:
- docker
language: go
go:
- 1.6.2
matrix:
allow_failures:
- go: tip
branches:
only:
- master
install:
- make travis
- make bootstrap
script:
- make test