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

Commit 15f1362

Browse files
committed
Disable deploy for now
1 parent b79c8f7 commit 15f1362

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.travis/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ if [ "$TRAVIS_SECURE_ENV_VARS" = true \
44
-a "$TRAVIS_PULL_REQUEST" = false \
55
-a "$TRAVIS_BRANCH" = master ]
66
then
7-
mvn -Pdeploy-to-imagej deploy --settings "$dir/settings.xml"
7+
mvn install
8+
#mvn -Pdeploy-to-imagej deploy --settings "$dir/settings.xml"
89
else
910
mvn install
1011
fi

.travis/settings.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
<settings>
2-
<profiles>
3-
<profile>
4-
<id>imagej</id>
5-
<properties>
6-
<enforcer.skip>true</enforcer.skip>
7-
</properties>
8-
</profile>
9-
</profiles>
102
<servers>
113
<server>
124
<id>imagej.releases</id>

0 commit comments

Comments
 (0)