Skip to content

Commit 35ac13f

Browse files
committed
Deal with travis and bundler issues.
- travis-ci/travis-ci#2220 - rubygems/bundler#3004
1 parent d429547 commit 35ac13f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

travis/.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
before_install: "script/clone_all_rspec_repos"
1+
before_install:
2+
- "script/clone_all_rspec_repos"
3+
# Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004
4+
- gem install bundler -v=1.5.3
5+
- alias bundle="bundle _1.5.3_"
26
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
37
script: "script/run_build"
48
rvm:
@@ -19,4 +23,6 @@ matrix:
1923
- rvm: jruby-head
2024
- rvm: ruby-head
2125
- rvm: rbx
26+
# Until https://github.com/travis-ci/travis-ci/issues/2220 is fixed
27+
- rvm: 2.1.0
2228
fast_finish: true

0 commit comments

Comments
 (0)