aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-10 16:27:12 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-10 16:30:49 +0100
commite46ee27b218dde8ebb948e8b3b28e9cd8250bc70 (patch)
treec3e7a0a7713e656dfe6ee7c1b6e337a411f0f786
parentf41d1759b890613895879f36e69e9928dd517f0e (diff)
Skip BSPM, it's the default
-rw-r--r--.travis.yml4
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:

Contact - Imprint