Commit 853ac83

mo <mo.khan@gmail.com>
2019-01-06 01:52:30
fix travis rubygems issue
1 parent 915cd89
Changed files (1)
.travis.yml
@@ -7,6 +7,10 @@ rvm:
   - 2.3.8
   - 2.4.5
   - 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'
 before_script:
   - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
   - chmod +x ./cc-test-reporter