Skip to content

Commit

Permalink
Merge pull request #3 from shipkit/sf
Browse files Browse the repository at this point in the history
Fixed publications from Travis CI
  • Loading branch information
mockitoguy authored Aug 6, 2020
2 parents b251b36 + f8def33 commit f396da7
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 @@ -18,4 +18,4 @@ script:
- ./gradlew build --scan && ./gradlew bintrayUpload --scan -PdryRun

after_success:
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ];then ./gradlew createTag pushTag githubRelease bintrayUpload --scan; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ];then ./gradlew githubRelease bintrayUpload --scan; fi'

0 comments on commit f396da7

Please sign in to comment.