Commit 9e137f37d204eb52d13c6d60c91ab7d94c3b058a

Authored by Cyril Mougel
1 parent d684e566
Exists in master and in 1 other branch production

Start supporting rubinius

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