aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-07-21 19:09:58 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-07-21 19:09:58 +0200
commit3f5a9108fa03747de23f988397f0fae341b3eb6f (patch)
tree53a648c2a68e2aabde2b94e261d9852d820a6ca4 /.travis.yml
parent46c77a1fb8d9a511d6cbe9a6d086bfaf751fe02b (diff)
Don't use BSPM as it fails due to low nlme version
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c5ea077..5c3f0e0c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,10 @@ jobs:
- name: linux
os: linux
-env:
- global:
- - USE_BSPM="true"
+# We can't use BSPM because the nlme version is insufficient
+#env:
+# global:
+# - USE_BSPM="true"
before_install:
- curl -OLs https://eddelbuettel.github.io/r-ci/run.sh

Contact - Imprint