We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13acd98 commit e996d70Copy full SHA for e996d70
.travis.yml
@@ -16,6 +16,8 @@ matrix:
16
env: PUPPET_GEM_VERSION="~> 4" STRICT_VARIABLES="yes"
17
- rvm: 2.3.1
18
19
+ - rvm: 2.3.1
20
+ env: PUPPET_GEM_VERSION="~> 4" STRICT_VARIABLES="yes" FORGEDEPLOY=true
21
notifications:
22
email: false
23
deploy:
@@ -27,3 +29,4 @@ deploy:
27
29
tags: true
28
30
all_branches: true
31
rvm: 2.3.1
32
+ condition: "$FORGEDEPLOY = true"
0 commit comments