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 3195092 commit 89f513aCopy full SHA for 89f513a
1 file changed
.travis/build.sh
@@ -4,8 +4,8 @@ if [ "$TRAVIS_SECURE_ENV_VARS" = true \
4
-a "$TRAVIS_PULL_REQUEST" = false \
5
-a "$TRAVIS_BRANCH" = master ]
6
then
7
- mvn install --settings "$dir/settings.xml"
+ mvn install -Pimagej --settings "$dir/settings.xml"
8
#mvn -Pdeploy-to-imagej deploy --settings "$dir/settings.xml"
9
else
10
11
fi
0 commit comments