We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc19e5c commit 1486380Copy full SHA for 1486380
travis-build.sh
@@ -86,14 +86,18 @@ if [ "$TRAVIS_SECURE_ENV_VARS" = true \
86
then
87
echo "== Building and deploying master SNAPSHOT =="
88
mvn -B -Pdeploy-to-imagej deploy
89
+ success=$?
90
elif [ "$TRAVIS_SECURE_ENV_VARS" = true \
91
-a "$TRAVIS_PULL_REQUEST" = false \
92
-a -f release.properties ]
93
94
echo "== Cutting and deploying release version =="
95
mvn -B release:perform
96
97
else
98
echo "== Building the artifact locally only =="
99
mvn -B install
100
101
fi
102
echo travis_fold:end:travis-build.sh
103
+exit $success
0 commit comments