open-nomad/.travis.yml
2015-10-08 21:24:00 -04:00

22 lines
174 B
YAML

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