mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Move the issue template to the .github directory
No need for this in the root Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
d7b6e0a7f3
commit
0cbd8ce705
2 changed files with 3 additions and 3 deletions
|
@ -14,13 +14,13 @@ matrix:
|
|||
include:
|
||||
- rvm: 2.3.8
|
||||
bundler_args: "--without integration tools maintenance deploy"
|
||||
env: LINT_AND_TEST_23: 1
|
||||
env: UNIT_23=1
|
||||
- rvm: 2.4.5
|
||||
bundler_args: "--without integration tools maintenance deploy"
|
||||
env: LINT_AND_TEST_24: 1
|
||||
env: UNIT_24=1
|
||||
- rvm: 2.5.3
|
||||
bundler_args: "--without integration tools maintenance deploy"
|
||||
env: LINT_AND_TEST_25: 1
|
||||
env: UNIT_25=1
|
||||
#- rvm: 2.6.1 # this needs a few fixes to get enabled
|
||||
# bundler_args: "--without integration tools maintenance deploy"
|
||||
# env: LINT_AND_TEST_26: 1
|
||||
|
|
Loading…
Reference in a new issue