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 f02f838 commit 4d2cf15Copy full SHA for 4d2cf15
.sync.yml
@@ -23,3 +23,7 @@ Rakefile:
23
- '2sp_soft_tabs'
24
- 'arrow_alignment'
25
26
+.travis.yml:
27
+ includes:
28
+ - env: PUPPET_GEM_VERSION="= 4.6.1" CHECK=parallel_spec
29
+ rvm: 2.1.9
.travis.yml
@@ -37,6 +37,9 @@ matrix:
37
-
38
env: DEPLOY_TO_FORGE=yes
39
stage: deploy
40
+ -
41
+ env: PUPPET_GEM_VERSION="= 4.6.1" CHECK=parallel_spec
42
43
branches:
44
only:
45
- master
0 commit comments