aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-10 16:43:39 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-10 16:43:39 +0100
commit4f315619d56a191a80d2223913ee976d96ae5f97 (patch)
tree2d7785b3f5183a48e1d9a7d315aa7eb53b082478
parent8d03f6ae52e6c45e3da93e41b15eb5f853ab6d17 (diff)
Another attempt to make remotes work on travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5bf2d40..4b9f8f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,13 +12,13 @@ jobs:
env:
global:
- NOT_CRAN="true"
+ - R_REMOTES_STANDALONE="true"
before_install:
- curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
- ./run.sh bootstrap
install:
- - ./run.sh install_binary curl # for remotes
- ./run.sh install_deps
script:

Contact - Imprint