Skip to content

Commit

Permalink
Merge pull request #6 from shipkit/sf
Browse files Browse the repository at this point in the history
Reordered release actions
  • Loading branch information
mockitoguy authored Oct 27, 2020
2 parents c1402ac + 693d4f0 commit 9dab39c
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 @@ -20,4 +20,4 @@ script:
- >
./gradlew build bintrayUpload --scan -PbintrayDryRun
&& if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ];
then ./gradlew githubRelease bintrayUpload --scan; fi
then ./gradlew bintrayUpload githubRelease --scan; fi

0 comments on commit 9dab39c

Please sign in to comment.