open-nomad/.travis.yml
2016-03-02 14:04:14 -08:00

26 lines
220 B
YAML

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