From 163f78b664f28ec7892f1b50a0eaf8c9d91a12d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nu=C8=9Biu?= Date: Sun, 17 Dec 2017 20:44:22 +0200 Subject: [PATCH] Fixing travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aef495..1344de8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # simplFT [![Go Report Card](https://goreportcard.com/badge/github.com/Metonimie/simplFT)](https://goreportcard.com/report/github.com/Metonimie/simplFT) -[![Build Status](https://travis-ci.org/Metonimie/simplFT.svg?branch=master)](https://travis-ci.org/Metonimie/simplFT) +[![Build Status](https://travis-ci.org/metonimie/simplFT.svg?branch=master)](https://travis-ci.org/metonimie/simplFT) This project was made for the purpose of me to learn and understand Go better and also for the Computer Networking class that I took in Fall 2017 at UPT.