Skip to content

Commit

Permalink
update travis to run license test on tag releases (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 authored May 22, 2020
1 parent ae4d988 commit 3012867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ matrix:
script: test/go-report-card-test/run-report-card-test.sh
env: GO_REPORT_CARD=true
- stage: Test
if: type = push AND branch = master AND env(GITHUB_TOKEN) IS present
if: type = push AND env(GITHUB_TOKEN) IS present
script: test/license-test/run-license-test.sh
env: LICENSE_TEST=true
- stage: Test
Expand Down

0 comments on commit 3012867

Please sign in to comment.