Skip to content

Commit

Permalink
remove old Bintray-based publishing
Browse files Browse the repository at this point in the history
adding Sonatype-based publishing can come later, separately
  • Loading branch information
SethTisue committed Aug 4, 2021
1 parent f261bff commit c780ed1
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 @@ -62,7 +62,7 @@ jobs:
stages:
- name: test
- name: publish
if: ((branch = main AND type = push) OR (tag IS present)) AND NOT fork
if: (tag IS present) AND NOT fork

cache:
directories:
Expand Down

0 comments on commit c780ed1

Please sign in to comment.