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.
1 parent 5be8bab commit d62585bCopy full SHA for d62585b
.ruby-version
@@ -1 +1 @@
1
-2.5.0
+2.5.7
.travis.yml
@@ -4,12 +4,8 @@ language: ruby
4
bundler_args: --without development system_tests
5
before_install: rm Gemfile.lock || true
6
rvm:
7
- - 2.3.4
+ - 2.5.7
8
script: bundle exec rake test
9
env:
10
- - PUPPET_VERSION="~> 4.5.0"
11
- - PUPPET_VERSION="~> 4.6.0"
12
- - PUPPET_VERSION="~> 4.7.0"
13
- - PUPPET_VERSION="~> 4.8.0"
14
- - PUPPET_VERSION="~> 4.9.0"
15
- - PUPPET_VERSION="~> 5.0.0"
+ - PUPPET_VERSION="~> 5.5"
+ - PUPPET_VERSION="~> 6.16"
0 commit comments