Commit 9e137f37d204eb52d13c6d60c91ab7d94c3b058a
1 parent
d684e566
Exists in
master
and in
1 other branch
Start supporting rubinius
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
.travis.yml
@@ -6,7 +6,14 @@ rvm: | @@ -6,7 +6,14 @@ rvm: | ||
6 | - 1.9.3 | 6 | - 1.9.3 |
7 | - 1.9.2 | 7 | - 1.9.2 |
8 | - 1.8.7 | 8 | - 1.8.7 |
9 | + - rbx-19mode | ||
10 | + - rbx-18mode | ||
9 | services: mongodb | 11 | services: mongodb |
12 | +matrix: | ||
13 | + allow_failures: | ||
14 | + - rvm: | ||
15 | + - rbx-19mode | ||
16 | + - rbx-18mode | ||
10 | 17 | ||
11 | # To stop Travis from running tests for a new commit, | 18 | # To stop Travis from running tests for a new commit, |
12 | # add the following to your commit message: [ci skip] | 19 | # add the following to your commit message: [ci skip] |