Skip to content

Commit 1b9d249

Browse files
committed
ci(kitchen+travis): use debian:jessie-backports as debian-8
* Close #50. * saltstack/salt#51808 * vmware-archive/salt-pack#657 (comment)
1 parent e8f0f7e commit 1b9d249

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919
env:
2020
matrix:
2121
- INSTANCE: default-debian-9
22-
- INSTANCE: default-debian-8
22+
- INSTANCE: default-debian-8-backports
2323
- INSTANCE: default-ubuntu-1804
2424
- INSTANCE: default-ubuntu-1604
2525
- INSTANCE: default-centos-7

kitchen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ platforms:
2020
run_command: /lib/systemd/systemd
2121
provision_command:
2222
- apt-get update && apt-get install -y udev
23-
- name: debian-8
23+
- name: debian-8-backports
2424
driver_config:
25+
image: debian:jessie-backports
2526
run_command: /lib/systemd/systemd
2627
provision_command:
2728
- apt-get update && apt-get install -y udev

0 commit comments

Comments
 (0)