From 200177874bad82a5f295bc581e8fde48f3375acd Mon Sep 17 00:00:00 2001 From: mbarzegary Date: Thu, 3 Mar 2022 16:02:48 +0100 Subject: [PATCH] add build badge to readme file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 37b8db2..71ae178 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # BioDeg, biodegradation and corrosion simulation code +[![Build Status](https://app.travis-ci.com/mbarzegary/BioDeg-UI.svg?branch=main)](https://app.travis-ci.com/mbarzegary/BioDeg-UI) +[![license: GPL v3](https://img.shields.io/badge/license-GPLv3-blue.svg)](LICENSE) +[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](CONTRIBUTING.md) + ## About This repository contains the source code of BioDeg-UI, the user interface of BioDeg code for simulating the biodegradation and corrosion behavior of metallic materials. The BioDeg code (the computational core) is being maintained/developed in [this repository](https://github.com/mbarzegary/BioDeg).