diff options
-rw-r--r-- | .travis.yml | 36 | ||||
-rw-r--r-- | README.html | 1 | ||||
-rw-r--r-- | README.md | 4 |
3 files changed, 36 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..8c5ea077 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,36 @@ +# Run CI for R using https://eddelbuettel.github.io/r-ci/ + +language: c +sudo: required +dist: focal + +jobs: + include: + - name: linux + os: linux + +env: + global: + - USE_BSPM="true" + +before_install: + - curl -OLs https://eddelbuettel.github.io/r-ci/run.sh + - chmod 0755 run.sh + - ./run.sh bootstrap + +install: + - ./run.sh install_all + +script: + - ./run.sh run_tests + +after_failure: + - ./run.sh dump_logs + +#after_success: +# - ./run.sh coverage + +notifications: + email: + on_success: change + on_failure: change diff --git a/README.html b/README.html index 222f254d..67e2b6d9 100644 --- a/README.html +++ b/README.html @@ -361,7 +361,6 @@ pre code { -<h1 class="title toc-ignore">README</h1> </div> @@ -1,7 +1,3 @@ ---- -title: README ---- - # mkin [![](https://www.r-pkg.org/badges/version/mkin)](https://cran.r-project.org/package=mkin) |