From 3f5a9108fa03747de23f988397f0fae341b3eb6f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Jul 2022 19:09:58 +0200 Subject: Don't use BSPM as it fails due to low nlme version --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1