aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-11 11:52:53 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-11 11:52:53 +0100
commit854cc695a1f64a9b37957fdcd81c1ce23a6a2d69 (patch)
tree0891aa6ab0df50bd5f06bda2d4b5a1c93ee9d392
parentc463f9fb197f70f97831b3648bc398be8ff9ae7d (diff)
Try to make drat work
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 99b3365..0496fb5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,10 +10,9 @@ jobs:
os: linux
env:
- global:
- - NOT_CRAN="true"
- - _R_CHECK_FORCE_SUGGESTS_="false"
- - DRAT_REPOS="jranke"
+ NOT_CRAN: "true"
+ _R_CHECK_FORCE_SUGGESTS_: "false"
+ DRAT_REPOS: "jranke"
before_install:
- curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh

Contact - Imprint