Skip to content

Commit e864c14

Browse files
authored
update travis to run license test on release tags (#3)
1 parent b33a58a commit e864c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ matrix:
2727
script: make output-validation-test
2828
env: CFN_AND_TERRAFORM_OUTPUT_VALIDATION_TESTS=true
2929
- stage: Test
30-
if: type = push AND branch = master AND env(GITHUB_TOKEN) IS present
30+
if: type = push AND env(GITHUB_TOKEN) IS present
3131
script: test/license-test/run-license-test.sh
3232
env: LICENSE_TEST=true
3333
- stage: Deploy

0 commit comments

Comments
 (0)