open-nomad/.travis.yml

29 lines
240 B
YAML
Raw Normal View History

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