Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit a7ef77b

Browse files
committed
Merge pull request #29 from rtkwlf/rake_trace
Fix Travis-CI builds.
2 parents b09d6d9 + 514b9ad commit a7ef77b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ gemfile:
33
- test/support/Gemfile
44
rvm:
55
- 1.9.3
6-
script: BUNDLE_GEMFILE=test/support/Gemfile bundle exec rake test
6+
script: BUNDLE_GEMFILE=test/support/Gemfile bundle exec rake --trace test

test/support/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

33
gem 'chef', '~> 11.4.4'
4-
gem 'foodcritic', :platforms => :ruby_19
4+
gem 'foodcritic', '>= 3.0.3', :platforms => :ruby_19
55
gem 'rake'

0 commit comments

Comments
 (0)