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