template/.travis.yml.tt in microgem-1.0.6 vs template/.travis.yml.tt in microgem-1.0.7

- old
+ new

@@ -1,20 +1,19 @@ sudo: false language: ruby -script: bundle exec ruby spec/<%= spec_name %>_spec.rb - rvm: -- 2.3.0 +- ruby-head +- 2.3.1 - 2.2 - 2.1 -- 2.0 -- ruby-head -- rbx-2 - jruby-head -- jruby-9000 +- jruby-9.1.5.0 cache: - bundler # matrix: # fast_finish: true +# allow_failures: +# - rvm: jruby-head +# - rvm: ruby-head