lib/gemsmith/templates/%gem_name%/.travis.yml.tt in gemsmith-5.0.0 vs lib/gemsmith/templates/%gem_name%/.travis.yml.tt in gemsmith-5.1.0
- old
+ new
@@ -1,12 +1,8 @@
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