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: