aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-11 10:37:13 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-11 10:37:13 +0100
commit60a217ecc9a035ab956bd4229da6ad4c654e7d6e (patch)
tree2b54aadd6c5e0944943310b3cd7192b62661ef95 /.travis.yml
parent3ef243d18b7972eb8cb4a561ac07d93b46df13a5 (diff)
Remove Remotes: field from DESCRIPTION
It causes trouble with remotes::install_deps() on travis, see the various previous build logs.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dc26905..3f3eafb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,6 @@ before_install:
- ./run.sh bootstrap
install:
- - Rscript -e "utils::download.file('https://api.github.com/repos/jranke/chents/contents/DESCRIPTION?ref=HEAD', destfile = 'tmp.json')"
- ./run.sh install_deps
script:

Contact - Imprint