зеркало из https://github.com/github/octofacts.git
Initial commit
This commit is contained in:
Родитель
227e507b0a
Коммит
6ecabbad13
|
@ -5,7 +5,7 @@ inherit_gem:
|
|||
AllCops:
|
||||
NewCops: enable
|
||||
DisplayCopNames: true
|
||||
TargetRubyVersion: 2.6
|
||||
TargetRubyVersion: 2.7
|
||||
|
||||
Style/HashSyntax:
|
||||
Exclude:
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.6.4
|
||||
2.7.8
|
||||
|
|
|
@ -6,6 +6,7 @@ script: "script/cibuild"
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- rvm: 2.7
|
||||
- rvm: 2.4
|
||||
- rvm: 2.3.2
|
||||
- rvm: 2.2.3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
rspec_puppet_versions="2.3.2 2.4.0 2.5.0 2.6.4"
|
||||
rspec_puppet_versions="2.3.2 2.4.0 2.5.0 2.6.4 2.7.8"
|
||||
puppet_versions="4.10.4"
|
||||
|
||||
set -e
|
||||
|
|
Загрузка…
Ссылка в новой задаче