Skip to content

Commit

Permalink
ci(kitchen+travis): use debian:jessie-backports as debian-8
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Feb 28, 2019
1 parent e8f0f7e commit 1b9d249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
env:
matrix:
- INSTANCE: default-debian-9
- INSTANCE: default-debian-8
- INSTANCE: default-debian-8-backports
- INSTANCE: default-ubuntu-1804
- INSTANCE: default-ubuntu-1604
- INSTANCE: default-centos-7
Expand Down
3 changes: 2 additions & 1 deletion kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ platforms:
run_command: /lib/systemd/systemd
provision_command:
- apt-get update && apt-get install -y udev
- name: debian-8
- name: debian-8-backports
driver_config:
image: debian:jessie-backports
run_command: /lib/systemd/systemd
provision_command:
- apt-get update && apt-get install -y udev
Expand Down

0 comments on commit 1b9d249

Please sign in to comment.