summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBrandon Fish <bjfish@users.noreply.github.com>2015-02-20 16:12:30 -0600
committerBrandon Fish <bjfish@users.noreply.github.com>2015-02-20 16:12:30 -0600
commit4942f93e6ecbcd315b5483f0768b083eaf59097d (patch)
tree81c6c7079a3186ca3cf2bf2408d00312738b5f67 /.travis.yml
parent47fe559667ffd8e11169189c1c65c1d86d9e6a72 (diff)
downloadbundler-4942f93e6ecbcd315b5483f0768b083eaf59097d.tar.gz
Add Rubinius to Build Matrix
This currently has an allowed failure listing. Trying to add rbx to builds of popular Gems to test for compatibility.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ec981a5a2f..6615f7cf35 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,7 @@ rvm:
- 2.0.0
- 1.9.3
- 1.8.7
+ - rbx-2
# Rubygems versions MUST be available as rake tasks
# see Rakefile:66 for the list of possible RGV values