Skip to content

Commit 84ed694

Browse files
committed
travis-build.sh: add feedback on the chosen path
Just for clarity, it is nice to be explicit about what is happening.
1 parent 0a7c8bc commit 84ed694

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

travis-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ if [ "$TRAVIS_SECURE_ENV_VARS" = true
99
-a "$TRAVIS_PULL_REQUEST" = false
1010
-a "$TRAVIS_BRANCH" = master ]
1111
then
12+
echo "== Building and deploying master SNAPSHOT =="
1213
mvn -Pdeploy-to-imagej deploy --settings "$dir/settings.xml"
1314
else
15+
echo "== Building the artifact locally only =="
1416
mvn install
1517
fi

0 commit comments

Comments
 (0)