.travis.yml in middleman-syntax-1.2.1 vs .travis.yml in middleman-syntax-2.0.0
- old
+ new
@@ -1,10 +1,14 @@
rvm:
- - 1.8.7
- 1.9.3
- 2.0.0
- - jruby-18mode
+ - 2.1.0
- jruby-19mode
-
+
+# Bug in jRuby w/ Rouge: https://github.com/jruby/jruby/issues/1392
+matrix:
+ allow_failures:
+ - rvm: jruby-19mode
+
script: "bundle exec rake test"
-env: TEST=true TRAVIS=true
+env: TEST=true
\ No newline at end of file