open-nomad/.travis.yml

22 lines
174 B
YAML
Raw Normal View History

2015-10-08 17:54:20 +00:00
sudo: false
language: go
go:
- 1.5.1
- tip
matrix:
allow_failures:
- go: tip
branches:
only:
- master
install:
- make bootstrap
script:
- make test