lib/gemsmith/templates/%gem_name%/.travis.yml.tt in gemsmith-4.3.0 vs lib/gemsmith/templates/%gem_name%/.travis.yml.tt in gemsmith-5.0.0
- old
+ new
@@ -1,8 +1,12 @@
language: ruby
+env:
+ global:
+ - JRUBY_OPTS=--2.0
rvm:
- 2.0.0
- 2.1.0
+ - jruby
<%- if config[:rails] -%>
gemfile:
- gemfiles/rails-4.1.x.gemfile
<%- end -%>
script: bundle exec rspec spec