aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-10 16:48:27 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-10 16:48:27 +0100
commit9f28f36b00c156ff9c78790302c6fc74e0195651 (patch)
tree7540e19945c7bf5f70f7a3cbb01e8f22396a2e33
parent4f315619d56a191a80d2223913ee976d96ae5f97 (diff)
Yet another attempt on remotes on travis
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b9f8f0..5fa4d8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,13 +12,14 @@ jobs:
env:
global:
- NOT_CRAN="true"
- - R_REMOTES_STANDALONE="true"
+ - R_REMOTES_STANDALONE="false"
before_install:
- curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
- ./run.sh bootstrap
install:
+ - ./run.sh install_r curl
- ./run.sh install_deps
script:

Contact - Imprint