We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d429547 commit 35ac13fCopy full SHA for 35ac13f
travis/.travis.yml
@@ -1,4 +1,8 @@
1
-before_install: "script/clone_all_rspec_repos"
+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_"
6
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
7
script: "script/run_build"
8
rvm:
@@ -19,4 +23,6 @@ matrix:
19
23
- rvm: jruby-head
20
24
- rvm: ruby-head
21
25
- rvm: rbx
26
+ # Until https://github.com/travis-ci/travis-ci/issues/2220 is fixed
27
+ - rvm: 2.1.0
22
28
fast_finish: true
0 commit comments