open-nomad/.travis.yml

22 lines
174 B
YAML

sudo: false
language: go
go:
- 1.5.2
- tip
matrix:
allow_failures:
- go: tip
branches:
only:
- master
install:
- make bootstrap
script:
- make test