Skip to content

Commit

Permalink
Auto merge of rubygems#6078 - hsbt:rename-travis-template, r=olleolle…
Browse files Browse the repository at this point in the history
…olle

Rename .travis.yml.tt to travis.yml.tt.

### What was the end-user problem that led to this PR?

An installer of ruby core ignored dotfiles. and it is an inconsistency with gitignore file.

So bundled bundler fails `bundle gem` commands caused by this file.

This commit was r60122 from ruby/ruby: ruby/ruby@5b3d137

ruby/ruby#1710
  • Loading branch information
bundlerbot authored and hsbt committed Dec 11, 2017
1 parent 7b9d2b0 commit b0c39af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/cli/gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def run
config[:test] = test_framework
config[:test_framework_version] = TEST_FRAMEWORK_VERSIONS[test_framework]

templates.merge!(".travis.yml.tt" => ".travis.yml")
templates.merge!("travis.yml.tt" => ".travis.yml")

case test_framework
when "rspec"
Expand Down
File renamed without changes.

0 comments on commit b0c39af

Please sign in to comment.