.travis.yml in executrix-1.3.0 vs .travis.yml in executrix-1.4.0
- old
+ new
@@ -2,17 +2,17 @@
cache: bundler
bundler_args: --without documentation production
rvm:
- 1.9.3
- 2.0.0
- - 2.1.0
+ - 2.1.3
- jruby-19mode
- rbx
- ruby-head
- jruby-head
matrix:
allow_failures:
- - rvm:
- - ruby-head
- - jruby-head
+ - rvm: ruby-head
+ - rvm: jruby-head
+ fast_finish: true
script:
- - bundle exec rake spec
\ No newline at end of file
+ - bundle exec rake spec