Skip to content

Commit 2419162

Browse files
authored
Merge pull request #147 from da-ar/bundler_travis_fix
(maint) Bundler 2.0 dropped support for Ruby versions < 2.2
2 parents 135cb97 + 09b52bb commit 2419162

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,21 @@ matrix:
4545
- rvm: 2.4.1
4646
env: PUPPET_GEM_VERSION='~> 5.0.0'
4747
- rvm: 2.1.9
48-
env: PUPPET_GEM_VERSION='~> 4' COVERAGE=yes # 4.10
48+
env: PUPPET_GEM_VERSION='~> 4' COVERAGE=yes # 4.10
49+
before_install:
50+
- gem install bundler -v '< 2'
4951
- rvm: 2.1.9
5052
env: PUPPET_GEM_VERSION='~> 4.9.0'
53+
before_install:
54+
- gem install bundler -v '< 2'
5155
- rvm: 2.1.9
5256
env: PUPPET_GEM_VERSION='~> 4.8.0'
57+
before_install:
58+
- gem install bundler -v '< 2'
5359
- rvm: 2.1.9
5460
env: PUPPET_GEM_VERSION='~> 4.7.0'
61+
before_install:
62+
- gem install bundler -v '< 2'
5563
- rvm: 2.5.1
5664
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#master'
5765
- rvm: 2.5.1

0 commit comments

Comments
 (0)