From b407a2f321de19fe528dbf89a7f2766b5af5a19b Mon Sep 17 00:00:00 2001 From: Maximilian Muecke Date: Sat, 12 Apr 2025 11:14:56 +0200 Subject: [PATCH] chore: remove travis config file Remove travis config file, since R CMD check is working now via GitHub Actions. --- .travis.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 51a37e5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,35 +0,0 @@ -# Sample .travis.yml for R projects. -# -# See README.md for instructions, or for more configuration options, -# see the wiki: -# https://github.com/craigcitro/r-travis/wiki - -language: r - - release - - devel -sudo: required -dist: bionic - -env: - - _R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_=true - -repos: - CRAN: https://cloud.r-project.org - -r_github_packages: - - hofnerb/stabs - - boost-R/mboost - - boost-R/gamboostLSS - - jimhester/covr - - refunders/refund - -after_failure: - - ./travis-tool.sh dump_logs - -after_success: - - Rscript -e 'library(covr); coveralls()' - -notifications: - email: - on_success: change - on_failure: change