Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platforms:
run_command: /lib/systemd/systemd
provision_command:
- yum install udev systemd-sysv libicu git -y
- name: ubuntu-16.04
- name: ubuntu-18.04
driver_config:
run_command: /lib/systemd/systemd
provision_command:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ env:
matrix:
- INSTANCE: bareos-postgresql-debian-9
- INSTANCE: bareos-postgresql-centos-7
- INSTANCE: bareos-postgresql-ubuntu-1604
- INSTANCE: bareos-postgresql-ubuntu-1804
- INSTANCE: bareos-mysql-debian-9
- INSTANCE: bareos-mysql-centos-7
- INSTANCE: bareos-mysql-ubuntu-1604
- INSTANCE: bareos-mysql-ubuntu-1804

script:
- bundle exec kitchen verify ${INSTANCE}