From 62e5193a3bbd211221b2f533ab8c9ad7c30dc99e Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Mon, 2 Mar 2020 16:10:29 +0100 Subject: [PATCH] Added travis config file and badge --- .travis.yml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e837f5d --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: r diff --git a/README.md b/README.md index 1b8516d..f640b2e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/ocbe-uio/rBAPS.svg?branch=dev)](https://travis-ci.org/ocbe-uio/rBAPS) + # rBAPS R implementation of the compiled Matlab BAPS software for Bayesian Analysis of Population Structure.