summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-11-30 16:17:38 -0800
committerTim Smith <tsmith@chef.io>2017-11-30 16:17:38 -0800
commit4c116cb6847d7f2a34cca2e64067ae2f7a96b161 (patch)
tree6b4bd85d83902250e355fb4324b5b6edd5b9adc0
parent7b50f009feaf8604d6581e4ad9ebe72547dccc12 (diff)
downloadchef-4c116cb6847d7f2a34cca2e64067ae2f7a96b161.tar.gz
A == top of the list
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/.kitchen.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml
index a12b47e7dd..b8b4e4737b 100644
--- a/kitchen-tests/.kitchen.travis.yml
+++ b/kitchen-tests/.kitchen.travis.yml
@@ -29,6 +29,14 @@ verifier:
format: progress
platforms:
+- name: amazonlinux
+ driver:
+ image: dokken/amazonlinux
+ pid_one_command: /sbin/init
+ intermediate_instructions:
+ - RUN yum -y install sudo
+ - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
+
- name: debian-7
driver:
image: dokken/debian-7
@@ -99,14 +107,6 @@ platforms:
image: dokken/opensuse-leap
pid_one_command: /bin/systemd
-- name: amazonlinux
- driver:
- image: dokken/amazonlinux
- pid_one_command: /sbin/init
- intermediate_instructions:
- - RUN yum -y install sudo
- - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
-
suites:
- name: base
run_list: