open-nomad/.travis.yml

29 lines
407 B
YAML
Raw Normal View History

sudo: required
dist: trusty
services:
- docker
2015-10-08 17:54:20 +00:00
language: go
go:
2016-08-16 20:36:46 +00:00
- tip
2015-10-08 17:54:20 +00:00
branches:
only:
- master
before_install:
- sudo apt-get update
2016-10-25 22:17:02 +00:00
- sudo apt-get install -y docker-engine liblxc1 lxc-dev lxc
- sudo apt-get install -y qemu
- ./scripts/install_rkt.sh
2016-08-25 21:03:32 +00:00
- ./scripts/install_consul.sh
- ./scripts/install_vault.sh
2015-10-08 17:54:20 +00:00
install:
- make bootstrap
script:
- make travis