Skip to content

Commit 016bc5e

Browse files
committed
fix: Rename master branch to main
1 parent 9e0f693 commit 016bc5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/IBM/etcd-java.svg?branch=master)](https://travis-ci.org/IBM/etcd-java)
1+
[![Build Status](https://travis-ci.com/IBM/etcd-java.svg?branch=main)](https://travis-ci.com/IBM/etcd-java)
22

33
# etcd-java
44

cd/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
echo TRAVIS_JDK_VERSION="$TRAVIS_JDK_VERSION"
4-
if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ] && [ "$TRAVIS_JDK_VERSION" == 'openjdk8' ]; then
4+
if [ "$TRAVIS_BRANCH" = 'main' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ] && [ "$TRAVIS_JDK_VERSION" == 'openjdk8' ]; then
55
echo "deploying release to central repository"
66

77
# prepare key for signing

0 commit comments

Comments
 (0)