aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-11 10:06:39 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-11 10:06:39 +0100
commit3ef243d18b7972eb8cb4a561ac07d93b46df13a5 (patch)
treecd6773fe0e78a2c9a1ffd3e41c36a62eebc93c1f
parent9f977cb5d9657d0066598cda38908282dadae0c4 (diff)
Fix call to download.file for debugging
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cbaf167..dc26905 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ before_install:
- ./run.sh bootstrap
install:
- - Rscript -e "utils::download.file('https://api.github.com/repos/jranke/chents/contents/DESCRIPTION?ref=HEAD')"
+ - 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