From 2e8af39bd5d0020f8551199f3c892375405f98b9 Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid Date: Fri, 24 Nov 2017 12:03:54 +0100 Subject: [PATCH] test against ubuntu 16.04 --- .kitchen.yml | 4 ++++ .travis.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 9ea14fe..c272e27 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -12,6 +12,10 @@ platforms: image: ubuntu-upstart:14.04 run_command: /sbin/init + - name: ubuntu-16.04 + driver_config: + run_command: /sbin/init + - name: centos-7 driver_config: run_command: /usr/lib/systemd/systemd diff --git a/.travis.yml b/.travis.yml index 0a445f4..43d213b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ before_install: env: matrix: - INSTANCE: consul-ubuntu-1404 + - INSTANCE: consul-ubuntu-1604 - INSTANCE: consul-centos-7 script: