File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed
Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -10,29 +10,17 @@ before_install:
1010 - gem --version
1111 - bundle -v
1212script :
13- - ' bundle exec rake $CHECK'
14- bundler_args : --without system_tests
13+ - ' bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
14+ - ' bundle exec rake parallel_spec'
15+ bundler_args :
1516rvm :
16- - 2.5.1
17+ - 2.4.4
1718env :
18- global :
19- - BEAKER_PUPPET_COLLECTION=puppet6 PUPPET_GEM_VERSION="~> 6.0"
19+ - PUPPET_GEM_VERSION="~> 4.0"
20+ - PUPPET_GEM_VERSION="~> 5.0"
21+ - PUPPET_GEM_VERSION="~> 6.0"
2022matrix :
2123 fast_finish : true
22- include :
23- -
24- env : CHECK="syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop"
25- -
26- env : CHECK=parallel_spec
27- -
28- env : PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
29- rvm : 2.4.4
30- -
31- env : PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
32- rvm : 2.4.4
33- -
34- env : PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
35- rvm : 2.1.9
3624branches :
3725 only :
3826 - master
You can’t perform that action at this time.
0 commit comments