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 b33a58a commit e864c14Copy full SHA for e864c14
.travis.yml
@@ -27,7 +27,7 @@ matrix:
27
script: make output-validation-test
28
env: CFN_AND_TERRAFORM_OUTPUT_VALIDATION_TESTS=true
29
- stage: Test
30
- if: type = push AND branch = master AND env(GITHUB_TOKEN) IS present
+ if: type = push AND env(GITHUB_TOKEN) IS present
31
script: test/license-test/run-license-test.sh
32
env: LICENSE_TEST=true
33
- stage: Deploy
0 commit comments