Skip to content

Commit

Permalink
rel #17 Failing bintray upload should fail the build
Browse files Browse the repository at this point in the history
  • Loading branch information
lovef committed Jun 6, 2018
1 parent c2e3a5a commit dc85170
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 @@ -19,7 +19,7 @@ cache:
deploy:
provider: script
script:
./gradlew clean bintrayUpload;
./gradlew clean bintrayUpload &&
./gradlew clean publishPlugins -Pgradle.publish.key=$GRADLE_PLUGIN_KEY -Pgradle.publish.secret=$GRADLE_PLUGIN_SECRET
skip_cleanup: true
on:
Expand Down

0 comments on commit dc85170

Please sign in to comment.