Commit 41f52c3e by Uwe Kubosch Committed by GitHub

Avoid bundler 2 while testing Rails 4.2

parent 594ec414
sudo: false
language: ruby
before_install: gem update --system
before_install:
- gem uninstall bundler -v ">=2"
- gem install bundler -v "<2"
cache: bundler
rvm:
- 2.3.8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment