Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 89f513a

Browse files
committed
Add profile
1 parent 3195092 commit 89f513a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ if [ "$TRAVIS_SECURE_ENV_VARS" = true \
44
-a "$TRAVIS_PULL_REQUEST" = false \
55
-a "$TRAVIS_BRANCH" = master ]
66
then
7-
mvn install --settings "$dir/settings.xml"
7+
mvn install -Pimagej --settings "$dir/settings.xml"
88
#mvn -Pdeploy-to-imagej deploy --settings "$dir/settings.xml"
99
else
10-
mvn install --settings "$dir/settings.xml"
10+
mvn install -Pimagej --settings "$dir/settings.xml"
1111
fi

0 commit comments

Comments
 (0)