summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem
diff options
context:
space:
mode:
authorFrank Lam <ryzingsun11@yahoo.com>2020-06-03 04:02:48 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commit1cb88eb2ba04a5e23f7e6827e81654e87af771ca (patch)
treef93d066ea274c79121c72e71056cac46435ccfdc /lib/bundler/templates/newgem
parent9292313e0cfe4e57afb7e1316cb1bec3f7eb082c (diff)
Use consistent filenaming for Travis template
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3212
Diffstat (limited to 'lib/bundler/templates/newgem')
-rw-r--r--lib/bundler/templates/newgem/.travis.yml.tt6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/bundler/templates/newgem/.travis.yml.tt b/lib/bundler/templates/newgem/.travis.yml.tt
new file mode 100644
index 0000000000..eab16addca
--- /dev/null
+++ b/lib/bundler/templates/newgem/.travis.yml.tt
@@ -0,0 +1,6 @@
+---
+language: ruby
+cache: bundler
+rvm:
+ - <%= RUBY_VERSION %>
+before_install: gem install bundler -v <%= Bundler::VERSION %>