open-nomad/.travis.yml
2016-05-08 22:12:45 -07: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