diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-11 10:06:39 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-11 10:06:39 +0100 |
commit | 3ef243d18b7972eb8cb4a561ac07d93b46df13a5 (patch) | |
tree | cd6773fe0e78a2c9a1ffd3e41c36a62eebc93c1f | |
parent | 9f977cb5d9657d0066598cda38908282dadae0c4 (diff) |
Fix call to download.file for debugging
-rw-r--r-- | .travis.yml | 2 |
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: |