Travis: The bare test can not work on 2.1. Try 2.2.2

This commit is contained in:
Olle Jonsson 2016-09-22 19:35:52 +02:00
parent f57dcd5be4
commit 88cad51b06

View File

@ -6,10 +6,10 @@ before_install:
- gem install bundler
matrix:
include:
- rvm: 2.1
- rvm: 2.2.2
install: true # This skips 'bundle install'
script: gem build github_changelog_generator && gem install *.gem
- rvm: 2.1
- rvm: 2.2.2
install: true # This skips 'bundle install'
script: gem build github_changelog_generator && bundle install
gemfile: spec/install-gem-in-bundler.gemfile