diff --git a/.travis.yml b/.travis.yml index 78d1614..eae0c64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ deploy: password: ${TEST_PYPI_PASSWORD} skip_existing: true on: - branch: master + branch: main python: 3.7 - provider: pypi user: ${TEST_PYPI_LOGIN_USERNAME} diff --git a/README.md b/README.md index 4f0fbe7..4529bd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![Build Status: Linux and Macos](https://travis-ci.com/bincrafters/bincrafters-package-tools.svg?branch=master)](https://travis-ci.com/bincrafters/bincrafters-package-tools) +[![Build Status: Linux and Macos](https://travis-ci.com/bincrafters/bincrafters-package-tools.svg?branch=main)](https://travis-ci.com/bincrafters/bincrafters-package-tools) [![Build status: Windows](https://ci.appveyor.com/api/projects/status/github/bincrafters/bincrafters-package-tools?svg=true)](https://ci.appveyor.com/project/BinCrafters/bincrafters-package-tools) -[![codecov](https://codecov.io/gh/bincrafters/bincrafters-package-tools/branch/master/graph/badge.svg)](https://codecov.io/gh/bincrafters/bincrafters-package-tools) +[![codecov](https://codecov.io/gh/bincrafters/bincrafters-package-tools/branch/main/graph/badge.svg)](https://codecov.io/gh/bincrafters/bincrafters-package-tools) [![Pypi Download](https://img.shields.io/badge/download-pypi-blue.svg)](https://pypi.python.org/pypi/bincrafters-package-tools) # Bincrafters Package Tools