diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-30 12:12:33 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-30 12:12:33 +0200 |
commit | 37af8b34d4d49b2b2b30ee19121c80d613bece54 (patch) | |
tree | 7744f9ac3d3d4e4241630b70c95ba07a2bb86cf9 | |
parent | 584308a7fbf6c7c5eff342b64b451fdaf1af91c6 (diff) |
r2u is now the default for r-ci
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 41464d3d..7e393eee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ env: - USE_BSPM="true" before_install: - - curl -OLs https://eddelbuettel.github.io/r-ci/r2u/run.sh + - curl -OLs https://eddelbuettel.github.io/r-ci/run.sh - chmod 0755 run.sh - ./run.sh bootstrap |