test against ubuntu 16.04
This commit is contained in:
parent
848a0681e4
commit
2e8af39bd5
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -9,6 +9,7 @@ before_install:
|
|||
env:
|
||||
matrix:
|
||||
- INSTANCE: consul-ubuntu-1404
|
||||
- INSTANCE: consul-ubuntu-1604
|
||||
- INSTANCE: consul-centos-7
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue