Skip to content

Commit bd3c30b

Browse files
committed
kill off rbx and jruby from the build matrix, as they always fail and it just wastes travis resources.
1 parent 0503c12 commit bd3c30b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ rvm:
55
- 2.3.1
66
- 2.2.5
77
- 2.0
8-
- jruby-head
9-
- rbx
8+
# these haven't been passing for a while:
9+
# - jruby-head
10+
# - rbx
1011

1112
gemfile:
1213
- gemfiles/activerecord_4.1.gemfile

0 commit comments

Comments
 (0)