diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-21 19:09:58 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-21 19:09:58 +0200 |
commit | 3f5a9108fa03747de23f988397f0fae341b3eb6f (patch) | |
tree | 53a648c2a68e2aabde2b94e261d9852d820a6ca4 | |
parent | 46c77a1fb8d9a511d6cbe9a6d086bfaf751fe02b (diff) |
Don't use BSPM as it fails due to low nlme version
-rw-r--r-- | .travis.yml | 7 |
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 |