Skip to content

Commit 44cd889

Browse files
committed
Add Rubinius to travix matrix
1 parent 83aa2d4 commit 44cd889

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ rvm:
33
- 2.1.2
44
- 2.0.0
55
- 1.9.3
6+
- rbx-2
67

78
gemfile:
89
- ci/Gemfile.activerecord-4.1.x
@@ -14,6 +15,9 @@ env:
1415
- DB=sqlite
1516
- DB=mysql
1617
- DB=postgresql
18+
1719
script: WITH_ADVISORY_LOCK_PREFIX=$TRAVIS_JOB_ID bundle exec rake --trace all_spec_flavors
20+
1821
allow_failures:
19-
- gemfile: ci/Gemfile.activerecord-edge
22+
- gemfile: ci/Gemfile.activerecord-edge
23+
- rvm: rbx-2

0 commit comments

Comments
 (0)