We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0f693 commit 016bc5eCopy full SHA for 016bc5e
2 files changed
README.md
@@ -1,4 +1,4 @@
1
-[](https://travis-ci.org/IBM/etcd-java)
+[](https://travis-ci.com/IBM/etcd-java)
2
3
# etcd-java
4
cd/deploy.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
echo TRAVIS_JDK_VERSION="$TRAVIS_JDK_VERSION"
-if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ] && [ "$TRAVIS_JDK_VERSION" == 'openjdk8' ]; then
+if [ "$TRAVIS_BRANCH" = 'main' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ] && [ "$TRAVIS_JDK_VERSION" == 'openjdk8' ]; then
5
echo "deploying release to central repository"
6
7
# prepare key for signing
0 commit comments