open-nomad/.travis.yml
Abhishek Chanda e1a1b7fc66 Enable running rkt tests in travis
- Introduces a travis target in Makefile to update docker and
  install rkt
2016-03-02 14:04:14 -08:00

29 lines
251 B
YAML

sudo: required
dist: trusty
services:
- docker
language: go
go:
- 1.6
env:
- DOCKER_VERSION=1.9.1
matrix:
allow_failures:
- go: tip
branches:
only:
- master
install:
- make travis
- make bootstrap
script:
- make test