diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-10 16:27:12 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-10 16:30:49 +0100 |
commit | e46ee27b218dde8ebb948e8b3b28e9cd8250bc70 (patch) | |
tree | c3e7a0a7713e656dfe6ee7c1b6e337a411f0f786 | |
parent | f41d1759b890613895879f36e69e9928dd517f0e (diff) |
Skip BSPM, it's the default
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 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: |