diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-11 11:57:20 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-11 11:57:20 +0100 |
commit | b0a7a94ac0a7070e8612e443b4aa485beb07b85d (patch) | |
tree | 1bde6834d4ae9ebb75c0915b4684c3db0ae0ddf4 | |
parent | 854cc695a1f64a9b37957fdcd81c1ce23a6a2d69 (diff) |
Another attempt to make drat work on travis
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0496fb5..bb72bc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,15 +12,14 @@ jobs: env: 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 - ./run.sh bootstrap install: + - Rscript -e 'drat::addRepo("jranke"); install.packages("mkin")' - ./run.sh install_all - - ./run.sh install_r mkin script: - ./run.sh run_tests |