Created
September 27, 2013 06:11
-
-
Save stewart/6724725 to your computer and use it in GitHub Desktop.
Artoo - Allow JRuby to run on Travis, and accept failures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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