From 7be69cb11c8b546ac4036e2e8299821171b60de0 Mon Sep 17 00:00:00 2001
From: Fernando Mayer <fernandomayer@gmail.com>
Date: Wed, 30 Sep 2015 18:11:53 -0300
Subject: [PATCH] Add buid status button

---
 README.Rmd | 10 +++++-----
 README.md  | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.Rmd b/README.Rmd
index 0945fd1..6e6e3a6 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -10,11 +10,11 @@ pkg.win <- paste0(pkg.name, ver, ".zip")
 
 # mcglm `r ver`
 
-<!-- [![build status](http://git.leg.ufpr.br/ci/projects/1/status.png?ref=master)](http://git.leg.ufpr.br/ci/projects/1?ref=master) -->
-<!-- Build status for the stable version (`master` branch) -->
-<!--  -->
-<!-- [![build status](http://git.leg.ufpr.br/ci/projects/1/status.png?ref=devel)](http://git.leg.ufpr.br/ci/projects/1?ref=devel) -->
-<!-- Build status for the development version (`devel` branch) -->
+[![build status](http://git.leg.ufpr.br/ci/projects/3/status.png?ref=master)](http://git.leg.ufpr.br/ci/projects/3?ref=master)
+Build status for the stable version (`master` branch)
+
+[![build status](http://git.leg.ufpr.br/ci/projects/3/status.png?ref=devel)](http://git.leg.ufpr.br/ci/projects/3?ref=devel)
+Build status for the development version (`devel` branch)
 
 The `mcglm` package fit multivariate covariance generalized linear models
 (Bonat and Jorgensen, 2015).
diff --git a/README.md b/README.md
index 8802ba0..cc86a4d 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@
 
 # mcglm 0.0.1
 
-<!-- [![build status](http://git.leg.ufpr.br/ci/projects/1/status.png?ref=master)](http://git.leg.ufpr.br/ci/projects/1?ref=master) -->
-<!-- Build status for the stable version (`master` branch) -->
-<!--  -->
-<!-- [![build status](http://git.leg.ufpr.br/ci/projects/1/status.png?ref=devel)](http://git.leg.ufpr.br/ci/projects/1?ref=devel) -->
-<!-- Build status for the development version (`devel` branch) -->
+[![build status](http://git.leg.ufpr.br/ci/projects/3/status.png?ref=master)](http://git.leg.ufpr.br/ci/projects/3?ref=master)
+Build status for the stable version (`master` branch)
+
+[![build status](http://git.leg.ufpr.br/ci/projects/3/status.png?ref=devel)](http://git.leg.ufpr.br/ci/projects/3?ref=devel)
+Build status for the development version (`devel` branch)
 
 The `mcglm` package fit multivariate covariance generalized linear models
 (Bonat and Jorgensen, 2015).
-- 
GitLab