Skip to content

Commit 1583670

Browse files
committed
README: Use the master branch in CI status badges
1 parent 624aeb2 commit 1583670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Build Status](https://travis-ci.org/Azure/azure-functions-python-worker.svg?branch=dev)](https://travis-ci.org/Azure/azure-functions-python-worker)
2-
[![Build status](https://ci.appveyor.com/api/projects/status/github/azure/azure-functions-python-worker?svg=true&branch=dev)](https://ci.appveyor.com/project/appsvc/azure-functions-python-worker)
1+
[![Build Status](https://travis-ci.org/Azure/azure-functions-python-worker.svg?branch=master)](https://travis-ci.org/Azure/azure-functions-python-worker)
2+
[![Build status](https://ci.appveyor.com/api/projects/status/github/azure/azure-functions-python-worker?svg=true&branch=master)](https://ci.appveyor.com/project/appsvc/azure-functions-python-worker)
33

44
This repository will host the Python language worker implementation for Azure Functions. We'll also be using it to track work items related to Python support. Please feel free to leave comments about any of the features and design patterns.
55

0 commit comments

Comments
 (0)