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 0a7c8bc commit 84ed694Copy full SHA for 84ed694
travis-build.sh
@@ -9,7 +9,9 @@ if [ "$TRAVIS_SECURE_ENV_VARS" = true
9
-a "$TRAVIS_PULL_REQUEST" = false
10
-a "$TRAVIS_BRANCH" = master ]
11
then
12
+ echo "== Building and deploying master SNAPSHOT =="
13
mvn -Pdeploy-to-imagej deploy --settings "$dir/settings.xml"
14
else
15
+ echo "== Building the artifact locally only =="
16
mvn install
17
fi
0 commit comments