Skip to content

Commit 23c2e67

Browse files
kurkogreshny
authored andcommitted
Fixes rbx gems bundling on TravisCI
Conflicts: .travis.yml
1 parent 4b49d1b commit 23c2e67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ rvm:
77
- ruby-head
88
- jruby-19mode
99
- rbx-2
10+
- ruby-head
1011

1112
sudo: false
1213

14+
install:
15+
- bundle install --retry=3
16+
1317
env:
1418
- "RAILS_VERSION=3.2.17"
1519
- "RAILS_VERSION=4.0.3"

0 commit comments

Comments
 (0)