Skip to content

Commit

Permalink
Add stacktrace parameter to release build
Browse files Browse the repository at this point in the history
The release is failing on the fetchContributors task, but is not showing
the actual stacktrace.

Debugging for #1721

[ci maven-central-release]
  • Loading branch information
TimvdLippe committed May 28, 2019
1 parent e5fdbed commit 21617f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -48,7 +48,7 @@ script:
# We are using && below on purpose
# ciPerformRelease must run only when the entire build has completed
# This guarantees that no release steps are executed when the build or tests fail
- ./gradlew build idea -s -PcheckJavaCompatibility && ./gradlew ciPerformRelease
- ./gradlew build idea -s -PcheckJavaCompatibility && ./gradlew ciPerformRelease --stacktrace

after_success:
#Generates coverage report:
Expand Down

0 comments on commit 21617f9

Please sign in to comment.