Skip to content

Commit

Permalink
Merge pull request #382 from legal90/fix-travis
Browse files Browse the repository at this point in the history
Add "rb-readline" to Gemfile, fix TravisCI build
  • Loading branch information
legal90 authored Dec 14, 2016
2 parents cd562a7 + 374d5ff commit 03b4a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ matrix:
env: FOODCRITIC=1
- script:
- bundle install
- /opt/chefdk/embedded/bin/rspec --color --default-path test/spec
- bundle exec rspec --color --default-path test/spec
env: CHEFSPEC=1
notifications:
slack: bloomberg-rnd:BvYmxrV9xj902XWTRNrkLNkR
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ group :unit, :integration do
gem 'chefspec'
gem 'rubyzip'
gem 'serverspec'
gem 'rb-readline'
end

group :development do
Expand Down

0 comments on commit 03b4a60

Please sign in to comment.