Commit 9839799
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