Skip to content

Commit 6020b59

Browse files
committed
default to master on travis build
1 parent 0de8962 commit 6020b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77
if File.exist?(library_path)
88
gem lib, :path => library_path
99
else
10-
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => ENV.fetch('BRANCH',"2-99-maintenance") unless lib == 'rspec-support'
10+
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => ENV.fetch('BRANCH',"master") unless lib == 'rspec-support'
1111
end
1212
end
1313

0 commit comments

Comments
 (0)