lib/gemsmith/templates/%gem_name%/.travis.yml.tt in gemsmith-2.1.0 vs lib/gemsmith/templates/%gem_name%/.travis.yml.tt in gemsmith-2.2.0

- old
+ new

@@ -1,7 +1,8 @@ language: ruby rvm: - 2.0.0 + - 2.1.0 <%- if config[:rails] -%> gemfile: - gemfiles/rails-3.2.x.gemfile <%- end -%> script: bundle exec rspec spec