Skip to content

Instantly share code, notes, and snippets.

@stewart
Created September 27, 2013 06:11
Show Gist options
  • Save stewart/6724725 to your computer and use it in GitHub Desktop.
Save stewart/6724725 to your computer and use it in GitHub Desktop.
Artoo - Allow JRuby to run on Travis, and accept failures
diff --git a/.travis.yml b/.travis.yml
index 5dcd333..f5a0ed1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,5 +2,8 @@ language: ruby
rvm:
- 2.0.0
- 1.9.3
-# - jruby-1.7.4
+ - jruby-1.7.4
- rbx-19mode
+matrix:
+ allow_failures:
+ - rvm: jruby-1.7.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment