Commit 9839799

mo <mo.khan@gmail.com>
2019-01-06 03:14:17
install bundler < 2
1 parent 853ac83
Changed files (1)
.travis.yml
@@ -9,8 +9,7 @@ rvm:
   - 2.5.3
   - 2.6.0
 before_install:
-  - 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
-  - 'gem update bundler --conservative'
+  - "gem install bundler -v '< 2'"
 before_script:
   - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
   - chmod +x ./cc-test-reporter