.travis.yml in finite_machine-0.10.0 vs .travis.yml in finite_machine-0.10.1
- old
+ new
@@ -3,10 +3,11 @@
script: "bundle exec rake ci"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
+ - 2.2.0
- ruby-head
matrix:
include:
- rvm: jruby-19mode
- rvm: jruby-20mode
@@ -14,11 +15,9 @@
- rvm: jruby-head
- rvm: rbx-2
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- - rvm: jruby-20mode
- - rvm: jruby-21mode
- rvm: rbx-2
fast_finish: true
branches:
only: master