aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-07-21 18:23:35 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-07-21 18:28:55 +0200
commitf22364b11a5baf401643fd83727c9ed5222ee4f4 (patch)
treefbd2cfa910bc514a0e7661ac529341a9f8a8c53c /.travis.yml
parent2c71a28d4c20fc2a434feac5a77ca842dfbf8e3f (diff)
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml25
1 files changed, 0 insertions, 25 deletions
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()'

Contact - Imprint