diff options
author | Bryan McLellan <btm@loftninjas.org> | 2019-05-17 12:11:07 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2019-05-17 12:11:40 -0400 |
commit | 55e74ea6170a37af9d1e2e64a420bb88c78d18b6 (patch) | |
tree | c48e25928e5d0db34731aa1c60d5a2e0511f429e /kitchen-tests | |
parent | d6d3c653e025da846d2cb4810bdb31676821b9c6 (diff) | |
download | chef-55e74ea6170a37af9d1e2e64a420bb88c78d18b6.tar.gz |
Fix travis platforms and remove poise on travis
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/kitchen.travis.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kitchen-tests/kitchen.travis.yml b/kitchen-tests/kitchen.travis.yml index e387e6774b..64ff400887 100644 --- a/kitchen-tests/kitchen.travis.yml +++ b/kitchen-tests/kitchen.travis.yml @@ -74,13 +74,6 @@ platforms: intermediate_instructions: - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers -- name: ubuntu-14.04 - driver: - image: dokken/ubuntu-14.04 - pid_one_command: /sbin/init - intermediate_instructions: - - RUN /usr/bin/apt-get update - - name: ubuntu-16.04 driver: image: dokken/ubuntu-16.04 |