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 fb37daf commit daa5697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -16,11 +16,11 @@ before_install:
# According to http://docs.travis-ci.com/user/build-configuration/.
# Update OS before installing prerequisites.
- 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
# Set Ruby environment to use `gem`.
- rvm use 1.9.3
# 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.
Expand Down

0 comments on commit daa5697

Please sign in to comment.