Merge pull request #546 from electrofelix/fix-tests

Pin rubygems version for travis builds
This commit is contained in:
Dmitry Vasilets 2016-01-27 14:09:17 +01:00
commit 3a6acf4288

View File

@ -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