summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-08 15:04:12 -0700
committerTim Smith <tsmith@chef.io>2019-04-08 15:04:12 -0700
commit777560c372d56b1fca1138408019a29b25fda658 (patch)
tree3904b18713a20c98fcf6789b80b298df833fa279 /kitchen-tests
parent4fa2d7c08ea085d3e55149a6706958c2e6a0fb3d (diff)
downloadchef-777560c372d56b1fca1138408019a29b25fda658.tar.gz
Add Debian 10 testing to Travis
We have a dokken box for Debian 10 now. We should integration test PRs against it. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/kitchen.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/kitchen-tests/kitchen.travis.yml b/kitchen-tests/kitchen.travis.yml
index f65dcdc420..f445f5a36e 100644
--- a/kitchen-tests/kitchen.travis.yml
+++ b/kitchen-tests/kitchen.travis.yml
@@ -57,6 +57,13 @@ platforms:
intermediate_instructions:
- RUN /usr/bin/apt-get update
+- name: debian-10
+ driver:
+ image: dokken/debian-10
+ pid_one_command: /bin/systemd
+ intermediate_instructions:
+ - RUN /usr/bin/apt-get update
+
- name: centos-6
driver:
image: dokken/centos-6