From 37af8b34d4d49b2b2b30ee19121c80d613bece54 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 30 Sep 2022 12:12:33 +0200 Subject: r2u is now the default for r-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.1