mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #972 from electrofelix/fix-tests
Handle rubygems >= 3 dropping support for ruby < 2.3.0
This commit is contained in:
commit
549556d839
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user