open-nomad/.travis.yml
Michael Schurter 9185b21e99 docker should already be installed by services
This package no longer exists so trying to install it broke our build.
It has been renamed docker-ce.
2017-06-21 10:51:56 -07:00

29 lines
394 B
YAML

sudo: required
dist: trusty
services:
- docker
language: go
go:
- 1.8.x
branches:
only:
- master
before_install:
- sudo apt-get update
- sudo apt-get install -y liblxc1 lxc-dev lxc
- sudo apt-get install -y qemu
- ./scripts/install_rkt.sh
- ./scripts/install_consul.sh
- ./scripts/install_vault.sh
install:
- make bootstrap
script:
- make travis