Skip to content

Commit 6ecabba

Browse files
committed
Initial commit
1 parent 227e507 commit 6ecabba

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inherit_gem:
55
AllCops:
66
NewCops: enable
77
DisplayCopNames: true
8-
TargetRubyVersion: 2.6
8+
TargetRubyVersion: 2.7
99

1010
Style/HashSyntax:
1111
Exclude:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.4
1+
2.7.8

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ script: "script/cibuild"
66

77
matrix:
88
include:
9+
- rvm: 2.7
910
- rvm: 2.4
1011
- rvm: 2.3.2
1112
- rvm: 2.2.3

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
rspec_puppet_versions="2.3.2 2.4.0 2.5.0 2.6.4"
3+
rspec_puppet_versions="2.3.2 2.4.0 2.5.0 2.6.4 2.7.8"
44
puppet_versions="4.10.4"
55

66
set -e

0 commit comments

Comments
 (0)