open-nomad/.travis.yml
2016-06-04 23:18:04 +02:00

29 lines
349 B
YAML

sudo: required
dist: trusty
services:
- docker
language: go
go:
- 1.6.2
matrix:
allow_failures:
- go: tip
branches:
only:
- master
install:
- git clone https://github.com/iverberk/nomad.git hashicorp/nomad
- cd hashicorp/nomad
- git checkout -qf $TRAVIS_COMMIT
- make travis
- make bootstrap
script:
- make test