Skip to content

Commit

Permalink
Fix: chef-solo command not found travis error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kadishmal committed May 15, 2014
1 parent 9caeb44 commit 9129987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ before_install:
- sudo apt-get update
# Install Chef Solo prerequisites.
- sudo apt-get install ruby ruby-dev libopenssl-ruby rdoc ri irb build-essential ssl-cert

install:
- sudo hostname localhost
# Install Chef Solo.
# Chef Solo 11.4.4 is broken, so install a previous version.
# The bug is planned to be fixed in 11.4.5 which haven't been released yet.
- sudo gem install --version '<11.4.4' chef --no-rdoc --no-ri

install:
- sudo hostname localhost
# Make sure the target directory for cookbooks exists.
- mkdir -p /tmp/chef-solo
# Prepare a file with runlist for Chef Solo.
Expand Down

0 comments on commit 9129987

Please sign in to comment.