NutritionMate / Nutrition.Information.Api

This is an API to retrieve the nutritional information of a given food item.
MIT License
1 stars 1 forks source link

As a contributor of Nutrition Information API, I want the build status badge to be on README.md, so I can quickly see whether the build is passing or failing without looking at the build service. #22

Closed PaddingtonBrown closed 7 years ago

PaddingtonBrown commented 7 years ago

As a contributor of Nutrition Information API, I want the build status badge to be on README.md, so I can quickly see whether the build is passing or failing without looking at the build service.

Acceptance Criteria

Test Plan Perform acceptance criteria on a contributor's fork.

Dev Work Update README.md to have the following below the first heading.

[![Build Status](https://travis-ci.org/NutritionMate/Nutrition.Information.Api.svg?branch=master)](https://travis-ci.org/NutritionMate/Nutrition.Information.Api)

Definition of Ready

PaddingtonBrown commented 7 years ago

This has been done and merged into master via #23