open-nomad/.travis.yml

26 lines
222 B
YAML
Raw Normal View History

sudo: required
dist: trusty
services:
- docker
2015-10-08 17:54:20 +00:00
language: go
go:
- 1.6.2
2015-10-08 17:54:20 +00:00
matrix:
allow_failures:
- go: tip
branches:
only:
- master
install:
- make travis
2015-10-08 17:54:20 +00:00
- make bootstrap
script:
- make test