summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-06-07 14:04:07 -0700
committerMatt Wrock <matt@mattwrock.com>2016-06-07 14:04:07 -0700
commita5650a0baec7ad4f7e05f361907bc7a773c27ed2 (patch)
treef1cccace210f3b0e77f8aa881fb300e5023e4f3c
parent99304fdb2d24edc617dd3a049d07cb375cc8ad93 (diff)
downloadchef-fix_travis_nokogiri.tar.gz
install libxml2-devel on fedora kitchen dockerfix_travis_nokogiri
-rw-r--r--kitchen-tests/.kitchen.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml
index 8bc41adb00..c0ef10157d 100644
--- a/kitchen-tests/.kitchen.travis.yml
+++ b/kitchen-tests/.kitchen.travis.yml
@@ -76,7 +76,7 @@ platforms:
image: fedora:23
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- - RUN dnf -y install yum which initscripts net-tools sudo
+ - RUN dnf -y install yum which initscripts libxml2-devel net-tools sudo
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- name: ubuntu-12.04