Skip to content
This repository was archived by the owner on May 11, 2018. It is now read-only.

Commit 2e732b9

Browse files
authored
Can't deploy to maven.java.net via Travis, so stop trying
1 parent 334f6b3 commit 2e732b9

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ jdk:
44

55
script: mvn clean package
66

7-
deploy:
8-
provider: script
9-
script: mvn deploy -Dmaven.test.skip -s settings.xml
10-
on:
11-
branch: master
7+
# no longer deploying via travis
8+
9+
#deploy:
10+
# provider: script
11+
# script: mvn deploy -Dmaven.test.skip -s settings.xml
12+
# on:
13+
# branch: master

0 commit comments

Comments
 (0)