From f22364b11a5baf401643fd83727c9ed5222ee4f4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Jul 2022 18:23:35 +0200 Subject: Remove travis config as R seems to be unmaintained there See https://travis-ci.community/t/please-update-the-r-version-used-for-r-release-to-r-4-1-0/11886 and the Pull request referenced there, and the message by Gabor which I found today: https://travis-ci.community/t/about-the-r-category/748/2 --- .travis.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c79deca5..00000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: r -r: - - 4.2.1 - - devel -addons: - apt: - packages: - - gcc - - libgit2-dev - - libmpfr-dev - - libharfbuzz-dev - - libfribidi-dev -cache: packages -repos: - CRAN: https://cloud.r-project.org -r_packages: - - devtools - - covr - - vdiffr -script: - - R CMD build . - - R CMD check --no-tests mkin_*.tar.gz - - Rscript -e 'devtools::test()' -after_success: - - travis_wait Rscript -e 'covr::codecov()' -- cgit v1.2.1