We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 969d88c + 2419162 commit ad91a0fCopy full SHA for ad91a0f
.travis.yml
@@ -45,13 +45,21 @@ matrix:
45
- rvm: 2.4.1
46
env: PUPPET_GEM_VERSION='~> 5.0.0'
47
- rvm: 2.1.9
48
- env: PUPPET_GEM_VERSION='~> 4' COVERAGE=yes # 4.10
+ env: PUPPET_GEM_VERSION='~> 4' COVERAGE=yes # 4.10
49
+ before_install:
50
+ - gem install bundler -v '< 2'
51
52
env: PUPPET_GEM_VERSION='~> 4.9.0'
53
54
55
56
env: PUPPET_GEM_VERSION='~> 4.8.0'
57
58
59
60
env: PUPPET_GEM_VERSION='~> 4.7.0'
61
62
63
- rvm: 2.5.1
64
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#master'
65
0 commit comments