Merge pull request #972 from electrofelix/fix-tests

Handle rubygems >= 3 dropping support for ruby < 2.3.0
This commit is contained in:
Darragh Bailey 2019-02-13 13:06:02 +00:00 committed by GitHub
commit 549556d839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ dist: trusty
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libvirt-dev
- gem update --system
- gem install bundler
- gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)
- gem update bundler --conservative
install: bundle install
script: bundle exec rspec --color --format documentation
notifications: