Skip to content

Commit 29396b1

Browse files
committed
Fix link in .travis.yml (to find source)
1 parent 88e3f04 commit 29396b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jdk:
1111
- oraclejdk11
1212

1313
# Below this line is configuration for deploying to the Sonatype OSS repo
14-
# http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
14+
# https://knowm.org/configure-travis-ci-to-deploy-snapshots/
1515
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
1616
after_success:
1717
- "mvn source:jar javadoc:jar deploy --settings target/travis/settings.xml"

0 commit comments

Comments
 (0)