.travis.yml in philtre-0.1.1 vs .travis.yml in philtre-0.1.2

- old
+ new

@@ -1,10 +1,14 @@ language: ruby rvm: - - 2.0.0 - - 2.1.10 - - 2.2.5 - - 2.3.1 - - jruby-9.0.5.0 - - jruby-9.1.0.0 - - rbx-2 + - 2.4 + - 2.5 + - 2.6 + + # srsly, not fighting with this + # - jruby-9.0 + # - jruby-9.1 + # - jruby-9.2 + # does not install on travis as of 26-Oct-2016 + # - rbx + # - rbx-2 script: bundle exec rspec spec