diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-08 15:04:12 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-08 15:04:12 -0700 |
commit | 777560c372d56b1fca1138408019a29b25fda658 (patch) | |
tree | 3904b18713a20c98fcf6789b80b298df833fa279 /kitchen-tests | |
parent | 4fa2d7c08ea085d3e55149a6706958c2e6a0fb3d (diff) | |
download | chef-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.yml | 7 |
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 |