open-nomad/.travis.yml

30 lines
427 B
YAML
Raw Normal View History

sudo: required
dist: trusty
services:
- docker
2015-10-08 17:54:20 +00:00
language: go
go:
2017-08-24 23:44:37 +00:00
- 1.9.x
2015-10-08 17:54:20 +00:00
branches:
only:
- master
2017-08-18 00:29:33 +00:00
- f-acl
2015-10-08 17:54:20 +00:00
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
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:
- sudo -E "PATH=$PATH" make travis