mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #546 from electrofelix/fix-tests
Pin rubygems version for travis builds
This commit is contained in:
commit
3a6acf4288
@ -3,6 +3,7 @@ language: ruby
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y libvirt-dev
|
||||
- gem update --system 2.4.8
|
||||
- gem install bundler --version $BUNDLER_VERSION
|
||||
install: bundle _${BUNDLER_VERSION}_ install
|
||||
script: bundle _${BUNDLER_VERSION}_ exec rspec --color --format documentation
|
||||
|
Loading…
Reference in New Issue
Block a user