From 6765a06dee5d3258ee3b9a3485c192a8178d8e98 Mon Sep 17 00:00:00 2001 From: Mario Behling Date: Mon, 15 Aug 2016 14:47:06 +0200 Subject: [PATCH] Corrected travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2eb63c7..e88c7d66 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The Pocket Science Lab from FOSSASIA -[![Build Status](https://travis-ci.org/fossasia/pslab-apps.svg?branch=development)](https://travis-ci.org/fossasia/pslab-apps) +[![Build Status](https://travis-ci.org/fossasia/pslab.svg?branch=development)](https://travis-ci.org/fossasia/pslab) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ce4af216571846308f66da4b7f26efc7)](https://www.codacy.com/app/mb/pslab?utm_source=github.com&utm_medium=referral&utm_content=fossasia/pslab&utm_campaign=Badge_Grade) This repository hosts the python library for communicating with PSLab. This can be installed on a linux pc/raspberry pi. With this, one can communicate with the hardware using simple python code.