.travis.yml in macros4cuke-0.4.08 vs .travis.yml in macros4cuke-0.4.09
- old
+ new
@@ -4,9 +4,15 @@
- 2.0.0
- 1.9.3
- 1.9.2
- jruby-19mode
- jruby-head
+ - rbx
+
+# Workaround issue of jruby-19mode configuration on Travis CI
+matrix:
+ allow_failures:
+ - rvm: rbx
gemfile:
- Gemfile
# whitelist
\ No newline at end of file