From 5e611543418b9ee528e2e71b214779e592e96722 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 15 Sep 2018 11:57:51 +0200 Subject: Ignore .travis.yml, add build status --- .Rbuildignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.Rbuildignore b/.Rbuildignore index da90d9b6..fa62670e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -27,3 +27,4 @@ ^mkin.tar$ ^docs$ ^_pkgdown\.yml$ +^\.travis\.yml$ diff --git a/README.md b/README.md index 02a17702..00672827 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # mkin [![](https://www.r-pkg.org/badges/version/mkin)](https://cran.r-project.org/package=mkin) +[![Build Status](https://travis-ci.com/jranke/mkin.svg?branch=master)](https://travis-ci.com/jranke/mkin) The R package **mkin** provides calculation routines for the analysis of chemical degradation data, including multicompartment kinetics as -- cgit v1.2.1