From e46ee27b218dde8ebb948e8b3b28e9cd8250bc70 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 10 Nov 2022 16:27:12 +0100 Subject: Skip BSPM, it's the default --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9d552c..3f3eafb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,10 @@ jobs: env: global: - - USE_BSPM="true" - NOT_CRAN="true" before_install: - - curl -OLs https://eddelbuettel.github.io/r-ci/run.sh - - chmod 0755 run.sh + - curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh - ./run.sh bootstrap install: -- cgit v1.2.1