diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2024-11-17 17:04:18 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2024-11-17 17:04:18 +0100 |
commit | b1342627d7234b4133465355870462640cf23fea (patch) | |
tree | 4d5b8dcac145cfc94f2b084f51c527550b1e0c94 /.travis.yml | |
parent | 1dc4318a30b34ebbf21472d29dbe341f22bc3ea2 (diff) | |
parent | afc256aa52f77e20e215e947d2aa061dccb682e5 (diff) |
Merge branch 'main' into pull_request
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 712829e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: r -cache: packages -r: - - release - - devel -github_packages: - - r-lib/covr -after_success: - - Rscript -e 'covr::codecov()' |