summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-11 22:36:58 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commitbe2dbfc5b5a9ca387baef04b5107787f047d0a71 (patch)
tree66bfe8e3a8e111e28905970832b13925e93ef19e /lib
parent9cc784784979620ea0353c09c778e41146b36d26 (diff)
Removed the old file with https://github.com/rubygems/rubygems/pull/3667
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3212
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/templates/newgem/travis.yml.tt6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/bundler/templates/newgem/travis.yml.tt b/lib/bundler/templates/newgem/travis.yml.tt
deleted file mode 100644
index eab16addca..0000000000
--- a/lib/bundler/templates/newgem/travis.yml.tt
+++ /dev/null
@@ -1,6 +0,0 @@
----
-language: ruby
-cache: bundler
-rvm:
- - <%= RUBY_VERSION %>
-before_install: gem install bundler -v <%= Bundler::VERSION %>