[ci] pmd-regression-tester - disable exit immediately for uploading baseline

See also pmd/pmd-regression-tester#40
It fails at the very last step (determining result code), so
the baseline is created and can be uploaded.
This commit is contained in:
Andreas Dangel
2018-08-30 10:38:41 +02:00
parent 079fe95152
commit 0a026a8142

View File

@ -117,6 +117,8 @@ elif travis_isPush; then
(
# disable fast fail, exit immediately, in this subshell
set +e
upload_baseline