Commit 853ac83
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